feat: add pterodactyl
This commit is contained in:
18
modules/20-services-apps/pterodactyl/panel/.env.example
Normal file
18
modules/20-services-apps/pterodactyl/panel/.env.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# Pterodactyl Panel Environment Settings
|
||||
|
||||
# Database Configuration
|
||||
MYSQL_PASSWORD=secure_database_password_here
|
||||
MYSQL_ROOT_PASSWORD=secure_root_password_here
|
||||
MYSQL_DATABASE=pterodactyl
|
||||
MYSQL_USER=pterodactyl
|
||||
|
||||
# Panel Configuration
|
||||
APP_URL=https://panel.yourdomain.com
|
||||
APP_TIMEZONE=Australia/Brisbane
|
||||
APP_SERVICE_AUTHOR=email@example.com
|
||||
APP_CORS_ALLOWED_ORIGINS=https://panel.yourdomain.com
|
||||
TRUSTED_PROXIES="*" # Set this to your proxy IP
|
||||
|
||||
# Optional: Let's Encrypt Settings
|
||||
# Uncomment and set to your email to use Let's Encrypt
|
||||
# LE_EMAIL=admin@yourdomain.com
|
||||
Reference in New Issue
Block a user