linuxserver / reverse-proxy-confs

These confs are pulled into our SWAG image: https://github.com/linuxserver/docker-swag
GNU General Public License v3.0
1.33k stars 299 forks source link

added pterodactyl config #571

Closed GetLifty closed 1 year ago

GetLifty commented 1 year ago

linuxserver.io



Description

Adds two new subdomain config files! One is for the pterodactyl game server panel, and the other is for pterodactyl nodes.

Benefits of this PR and context

Pterodactyl panel reverse proxy is not very well documented outside of their own implementation. When trying to set it up myself I found only one guide designed for nginx proxy manager and had to adapt from that.

How Has This Been Tested?

Tested on my personal setup. Works perfectly including API access, SFTP and other included features. Have also tested on a friends server to similar success.

Source / References

N/A

nemchik commented 1 year ago

https://github.com/linuxserver/reverse-proxy-confs/pull/571/commits/8355cdc795ef6cf74b9ba5f7d67e65928e001a47 this isn't what I meant about whitespace. Please keep 4 space indentation (not tabs). What I meant was my suggestion may have left extra empty lines as I did not account for the empty lines when highlighting. If there's no double empty lines then it's fine.

GetLifty commented 1 year ago

8355cdc this isn't what I meant about whitespace. Please keep 4 space indentation (not tabs). What I meant was my suggestion may have left extra empty lines as I did not account for the empty lines when highlighting. If there's no double empty lines then it's fine.

Sorry, if you cant tell I am pretty new to github (and generally programming). My tired brain assumed that the indentation was causing the check failure and manually tried to fix it :(.

GetLifty commented 1 year ago

Ok I reverted the commit (after spending embarrasingly long figuring out how). Still not 100% on the check failure but if its something I am missing feel free to let me know. Ive not got any more time to work today so I will likely fix this tommorow.