NookTheme is a free and open source theme for the Pterodactyl game server management panel.
Go to file
Angelillo15 883bb53c5c Changed scrollbar color 2023-08-07 15:53:43 +02:00
.github ci(docker): fix version starting with `v` prefix 2022-12-05 15:43:10 -07:00
app Added love command 2023-08-04 23:46:42 +02:00
bootstrap Laravel Sail (#4508) 2022-10-31 11:38:56 -06:00
config ci(release): bump version 2023-01-27 19:26:50 +00:00
database db: add `uuid` column to `failed_jobs` table 2023-01-24 14:02:41 -07:00
public Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
resources Changed scrollbar color 2023-08-07 15:53:43 +02:00
routes routes: fix imports 2022-12-01 11:51:26 -07:00
storage Allow more values for remote field when creating a database; closes #3842 2022-05-07 14:17:10 -04:00
tests Allow users to change the server description (#4420) 2022-10-31 10:20:53 -06:00
.editorconfig nix: add flake with dev shell 2022-10-24 09:48:30 -06:00
.env.ci Laravel Sail (#4508) 2022-10-31 11:38:56 -06:00
.env.example config(queue): default to `redis` driver 2023-01-24 13:48:34 -07:00
.eslintignore Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
.eslintrc.js eslint: fix prettier config 2022-12-04 16:32:15 -07:00
.gitignore routes: fix imports 2022-12-01 11:51:26 -07:00
.php-cs-fixer.dist.php Run cs-fix, ensure we only install dependency versions supporting 7.4+ 2022-05-04 19:01:29 -04:00
.prettierrc.json eslint: fix prettier config 2022-12-04 16:32:15 -07:00
BUILDING.md update required versions (#3881) 2022-01-12 13:53:36 -08:00
CHANGELOG.md Update CHANGELOG.md 2023-01-27 12:24:55 -07:00
CODE_OF_CONDUCT.md Update Code of Conduct with an Email 2017-06-14 20:53:22 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md and SECURITY.md 2022-10-05 10:31:06 -06:00
Dockerfile fix docker builds (#4249) 2022-07-16 08:48:40 -04:00
LICENSE.md Avoid having to update the license each year 2022-01-02 07:21:56 -08:00
NookLicense.md Edited the readme.md 2023-08-06 18:34:25 +02:00
README.md Edited the readme.md 2023-08-06 18:34:25 +02:00
SECURITY.md Update SECURITY.md 2022-12-12 14:35:24 -07:00
artisan Upgrade to Laravel 9 (#4413) 2022-10-14 10:59:20 -06:00
babel.config.js Some code cleanup, add jest coverage and begin using it for utility functions 2022-06-26 14:34:09 -04:00
composer.json Laravel Sail (#4508) 2022-10-31 11:38:56 -06:00
composer.lock Laravel Sail (#4508) 2022-10-31 11:38:56 -06:00
docker-compose.example.yml fix docker builds (#4249) 2022-07-16 08:48:40 -04:00
flake.lock nix: add flake with dev shell 2022-10-24 09:48:30 -06:00
flake.nix nix: add flake with dev shell 2022-10-24 09:48:30 -06:00
jest.config.js Some code cleanup, add jest coverage and begin using it for utility functions 2022-06-26 14:34:09 -04:00
package.json Added json clean command 2023-08-06 18:57:05 +02:00
phpunit.xml Laravel Sail (#4508) 2022-10-31 11:38:56 -06:00
postcss.config.js Update to Tailwind 3; support normal tailwind usage without twin.macro 2022-06-05 14:34:29 -04:00
shell.nix nix: add flake with dev shell 2022-10-24 09:48:30 -06:00
tailwind.config.js added orange color 2023-08-05 13:35:01 +02:00
tsconfig.json Add base model layout from V2 for frontend 2022-05-07 16:52:58 -04:00
webpack.config.js Addapt dev settings 2023-07-08 22:48:06 +02:00
yarn.lock Support canceling file uploads (#4441) 2022-11-21 13:58:55 -07:00

README.md

Nook Theme

NookTheme is a free and open source Pterodactyl theme designed to be simple, clean, and modern.

Image

View Screnshots

Image Image Image Image

Installation

First go to the panel route and set the panel as under maintenance

cd /var/www/pterodactyl

php artisan down

Download the update

curl -L https://github.com/Nookure/NookTheme/releases/latest/download/panel.tar.gz | tar -xzv
chmod -R 755 storage/* bootstrap/cache

Update the dependencies

composer install --no-dev --optimize-autoloader

Clear the blade templates cache

php artisan view:clear
php artisan config:clear

Documentation

License

Pterodactyl® Copyright © 2015 - 2023 Dane Everitt and contributors.

Nookure is not affiliated with Pterodactyl® Panel or its contributors.

Pterodactyl code released under the MIT License.

NookTheme code edits released under the GNU GPLv3 License.