883bb53c5c | ||
---|---|---|
.github | ||
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.ci | ||
.env.example | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.php-cs-fixer.dist.php | ||
.prettierrc.json | ||
BUILDING.md | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE.md | ||
NookLicense.md | ||
README.md | ||
SECURITY.md | ||
artisan | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
docker-compose.example.yml | ||
flake.lock | ||
flake.nix | ||
jest.config.js | ||
package.json | ||
phpunit.xml | ||
postcss.config.js | ||
shell.nix | ||
tailwind.config.js | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
README.md
Nook Theme
NookTheme is a free and open source Pterodactyl theme designed to be simple, clean, and modern.
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
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid any webserver related errors.
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
- Panel Documentation
- Wings Documentation
- Community Guides
- Or, get additional help via Discord
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.