Panel Backup extention

Hello! This is another extention i am making as i need to take a break on my permission manager.
21 Replies
virusgaming
virusgamingOP12mo ago
No description
virusgaming
virusgamingOP12mo ago
heres the start
Emma
Emma12mo ago
ooo
virusgaming
virusgamingOP12mo ago
I broke it adding webhook functionality lol
ℓєzєтнσ
ℓєzєтнσ12mo ago
how much are you planning to sell it for :skullpray: -# please be under a dollar i need to pay my $1 debt on paypal
virusgaming
virusgamingOP12mo ago
i was thinking lik 8
virusgaming
virusgamingOP12mo ago
added webhook intergration
No description
virusgaming
virusgamingOP12mo ago
@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
Emma12mo ago
remove the last controller part
ℓєzєтнσ
ℓєzєтнσ12mo ago
eh not bad whoa o:
virusgaming
virusgamingOP12mo ago
Ok ill look into it
UnknownGamerz
UnknownGamerz12mo 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
virusgaming
virusgamingOP12mo ago
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
UnknownGamerz12mo ago
Database backups is what we looking for Our nodes are backed up already Server wise
virusgaming
virusgamingOP12mo ago
Panel databse l i can do Ill look into server databases
Hamza.
Hamza.12mo ago
Hello is that will also backup the nodes or only panel
virusgaming
virusgamingOP12mo ago
Only panel for now idk how to work with wings yet & bluepri together yet
Luke
Luke12mo ago
Automatic Database Backups
Easily automate database backups from your MYSQL server with this script!
UnknownGamerz
UnknownGamerz12mo ago
For blueprint ….
Luke
Luke12mo ago
u run it with pm2 mate
ℓєzєтнσ
ℓєzєтнσ12mo ago
^ on your machine

Did you find this page helpful?