Panel Backup extention

Hello! This is another extention i am making as i need to take a break on my permission manager.
21 Replies
Emma
Emmaβ€’11mo ago
ooo
π’±π’Ύπ“‡π“Šπ“ˆ 𝒒𝒢𝓂𝒾𝓃𝑔
I broke it adding webhook functionality lol
β„“Ρ”zΡ”Ρ‚Π½Οƒ
how much are you planning to sell it for :skullpray: -# please be under a dollar i need to pay my $1 debt on paypal
π’±π’Ύπ“‡π“Šπ“ˆ 𝒒𝒢𝓂𝒾𝓃𝑔
@Emma is the routes broken for the latest update to blueprint cus i cant find the controller that is supose to be in
Pterodactyl\BlueprintFramework\Extensions\{identifier}\controller;
Pterodactyl\BlueprintFramework\Extensions\{identifier}\controller;
ima try and get sleep but here is my web.php file maybe im doing somthing wrong in here
<?php
use Illuminate\Support\Facades\Route;
use Pterodactyl\BlueprintFramework\Extensions\panelbackup\controller;

Route::get('/admin/{identifier}', 'Controller@showSettings')->name('{identifier}.showSettings');
Route::post('/admin/extentions/{identifier}/test-webhook', [controller::class, 'testWebhook'])
->name('{identifier}.testWebhook');
Route::post('/admin/panelbackup/save-settings', [controller::class, 'saveSettings'])
->name('{identifier}.saveSettings');
<?php
use Illuminate\Support\Facades\Route;
use Pterodactyl\BlueprintFramework\Extensions\panelbackup\controller;

Route::get('/admin/{identifier}', 'Controller@showSettings')->name('{identifier}.showSettings');
Route::post('/admin/extentions/{identifier}/test-webhook', [controller::class, 'testWebhook'])
->name('{identifier}.testWebhook');
Route::post('/admin/panelbackup/save-settings', [controller::class, 'saveSettings'])
->name('{identifier}.saveSettings');
Emma
Emmaβ€’11mo ago
remove the last controller part
β„“Ρ”zΡ”Ρ‚Π½Οƒ
eh not bad whoa o:
UnknownGamerz
UnknownGamerzβ€’11mo ago
Ooo very very interested can’t wait for this our hosting company and my partners was looking into something like this Rn I’m taking manual backups
π’±π’Ύπ“‡π“Šπ“ˆ 𝒒𝒢𝓂𝒾𝓃𝑔
Nice! With this addon u can set an interval of when u want to to backup that way if somthing goes wrong u have a backup. There is database backups aswell. (Sadly i cant do server backups)
UnknownGamerz
UnknownGamerzβ€’11mo ago
Database backups is what we looking for Our nodes are backed up already Server wise
π’±π’Ύπ“‡π“Šπ“ˆ 𝒒𝒢𝓂𝒾𝓃𝑔
Panel databse l i can do Ill look into server databases
Hamza.
Hamza.β€’11mo ago
Hello is that will also backup the nodes or only panel
π’±π’Ύπ“‡π“Šπ“ˆ 𝒒𝒢𝓂𝒾𝓃𝑔
Only panel for now idk how to work with wings yet & bluepri together yet
Luke
Lukeβ€’11mo ago
Automatic Database Backups
Easily automate database backups from your MYSQL server with this script!
UnknownGamerz
UnknownGamerzβ€’11mo ago
For blueprint ….
Luke
Lukeβ€’11mo ago
u run it with pm2 mate
β„“Ρ”zΡ”Ρ‚Π½Οƒ
^ on your machine

Did you find this page helpful?