Enhance comments in pterodactyl-with-wings.yaml

Updated comments in configuration file for clarity.
This commit is contained in:
majcek210 2025-10-23 18:38:53 +02:00 committed by GitHub
parent 10506ba186
commit adcdec6931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,16 +125,16 @@ services:
target: /etc/pterodactyl/config.yml target: /etc/pterodactyl/config.yml
content: |- content: |-
debug: false debug: false
uuid: REPLACE FROM CONFIG uuid: REPLACE FROM CONFIG #example: abc9abc8-abc7-abc6-abc5-abc4abc3abc2
token_id: REPLACE FROM CONFIG token_id: REPLACE FROM CONFIG #example: abc1abc2abc3abc4
token: REPLACE FROM CONFIG token: REPLACE FROM CONFIG #example: abc1abc2abc3abc4abc5abc6abc7abc8abc9abc10abc11abc12abc13abc14abc15abc16
api: api:
host: 0.0.0.0 host: 0.0.0.0
port: 8443 port: 8443 # use port 443 IN THE PANEL during node setup
ssl: ssl:
enabled: false enabled: false
cert: REPLACE FROM CONFIG cert: REPLACE FROM CONFIG #example: /etc/letsencrypt/live/wings-abcabcabcabcabc.example.com/fullchain.pem
key: REPLACE FROM CONFIG key: REPLACE FROM CONFIG #example: /etc/letsencrypt/live/wings-abcabcabcabcabc.example.com/privkey.pem
disable_remote_download: false disable_remote_download: false
upload_limit: 100 upload_limit: 100
trusted_proxies: [] trusted_proxies: []
@ -225,6 +225,6 @@ services:
allowed_mounts: [] allowed_mounts: []
allowed_origins: allowed_origins:
- http://pterodactyl:80 - http://pterodactyl:80
- PANEL DOMAIN # - PANEL DOMAIN # example: https://pterodactyl-abcabcabcabcavc.example.com
allow_cors_private_network: false allow_cors_private_network: false
ignore_panel_config_updates: false ignore_panel_config_updates: false