diff --git a/config/linkpanel.php b/config/linkpanel.php index de07135..fc4988e 100644 --- a/config/linkpanel.php +++ b/config/linkpanel.php @@ -3,8 +3,8 @@ return [ // Panel Credential - 'username' => env('LINKPANEL_USERNAME', 'administrator'), - 'password' => env('LINKPANEL_PASSWORD', '12345678'), + 'username' => env('LINKPANEL_USERNAME', 'atsilinkpanel'), + 'password' => env('LINKPANEL_PASSWORD', 'adminpass-1230'), // JWT Settings 'jwt_secret' => env('JWT_SECRET', env('APP_KEY')), @@ -13,15 +13,15 @@ // Custom Vars 'name' => env('LINKPANEL_NAME', 'LinkPanel Control Panel'), - 'website' => env('LINKPANEL_WEBSITE', 'https://linkpanel.sh'), - 'activesetupcount' => env('LINKPANEL_ACTIVESETUPCOUNT', 'https://service.linkpanel.sh/setupcount'), - 'documentation' => env('LINKPANEL_DOCUMENTATION', 'https://linkpanel.sh/docs.html'), - 'app' => env('LINKPANEL_APP', 'https://play.google.com/store/apps/details?id=it.christiangiupponi.linkpanel'), + 'website' => env('LINKPANEL_WEBSITE', 'https://linkpanel.atsi.cloud'), + 'activesetupcount' => env('LINKPANEL_ACTIVESETUPCOUNT', 'https://service.linkpanel.atsi.cloud/setupcount'), + 'documentation' => env('LINKPANEL_DOCUMENTATION', 'https://linkpanel.atsi.cloud/docs.html'), + 'app' => env('LINKPANEL_APP', 'https://play.google.com/store/apps/details?id=atsidev.linkpanel'), // Global Settings 'users_prefix' => env('LINKPANEL_USERS_PREFIX', 'cp'), 'phpvers' => ['8.3','8.2','8.1','8.0','7.4'], 'services' => ['nginx','php','mysql','redis','supervisor'], - 'default_php' => '8.0', + 'default_php' => '8.3', ]; diff --git a/installer-debian.sh b/installer-debian.sh index 189d4a2..f8b52d7 100644 --- a/installer-debian.sh +++ b/installer-debian.sh @@ -809,7 +809,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: administrator / 12345678" +echo " Default credentials are: atsilinkpanel / adminpass-1230" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA" diff --git a/installer-ubuntu.sh b/installer-ubuntu.sh index f08bf2c..8542b4f 100644 --- a/installer-ubuntu.sh +++ b/installer-ubuntu.sh @@ -830,7 +830,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: administrator / 12345678" +echo " Default credentials are: atsilinkpanel / adminpass-1230" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA" diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 42ec5b6..7252347 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -27,6 +27,7 @@ {{ __('linkpanel.return_to_dashboard') }} + Powered By diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index c332972..005139b 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -74,12 +74,13 @@
{{ config('linkpanel.name') }} +
diff --git a/routes/sh.php b/routes/sh.php index 649fa3d..eae76dc 100644 --- a/routes/sh.php +++ b/routes/sh.php @@ -11,4 +11,4 @@ Route::get('/sitepass', [ShellController::class, 'sitepass']); // Client Patch -Route::get('/client-patch/202112091', [ShellController::class, 'patch-update-linkpanel']); +Route::get('/client-patch/linkpanel-updater', [ShellController::class, 'patch-update-linkpanel']); diff --git a/storage/app/linkpanel/panel.conf b/storage/app/linkpanel/panel.conf index cabdd27..795a020 100644 --- a/storage/app/linkpanel/panel.conf +++ b/storage/app/linkpanel/panel.conf @@ -29,7 +29,7 @@ server { location ~ \.php$ { include snippets/fastcgi-php.conf; - fastcgi_pass unix:/var/run/php/php8.0-fpm.sock; + fastcgi_pass unix:/var/run/php/php8.3-fpm.sock; } location ~ /\.(?!well-known).* { diff --git a/storage/app/linkpanel/setup-debian.sh b/storage/app/linkpanel/setup-debian.sh index 122002a..f8b52d7 100644 --- a/storage/app/linkpanel/setup-debian.sh +++ b/storage/app/linkpanel/setup-debian.sh @@ -809,7 +809,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: admin / admin1230" +echo " Default credentials are: atsilinkpanel / adminpass-1230" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA" diff --git a/storage/app/linkpanel/setup-ubuntu.sh b/storage/app/linkpanel/setup-ubuntu.sh index 146fc25..8542b4f 100644 --- a/storage/app/linkpanel/setup-ubuntu.sh +++ b/storage/app/linkpanel/setup-ubuntu.sh @@ -830,7 +830,7 @@ echo "" echo " To manage your server visit" echo " Your IP Address [http://$IP] OR [http://$HOSTNAME]" echo " and click on 'dashboard' button." -echo " Default credentials are: admin / admin1230" +echo " Default credentials are: atsilinkpanel / adminpass-1230" echo "" echo "***********************************************************" echo " DO NOT LOSE AND KEEP SAFE THIS DATA"