added pterodactyl config#571
Conversation
Co-authored-by: Eric Nemchik <eric@nemchik.com>
Co-authored-by: Eric Nemchik <eric@nemchik.com>
|
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 :(. |
…tespace" This reverts commit 8355cdc.
|
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. |
nemchik
left a comment
There was a problem hiding this comment.
This should fix the failing action check.
Co-authored-by: Eric Nemchik <eric@nemchik.com>
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