mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 19:09:58 +03:00
HTTPS with (reverse) proxy should not change wings port #338
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SteadEXE on GitHub (May 13, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
I have Wings configured to serve on port 8080 but publicly accessible on HTTPS behind a reverse proxy.
To allow panel to interact with wings I had to set "HTTPS with (reverse) proxy" and port "443".
But if I update something else, it overwrite port of wings setting it to listen on port 443.
Expected Behavior
There is something misleading in the configuration, public facing endpoint and private endpoint should be separate, otherwise the reverse proxy is very limited.
Maybe add an additional input.
It should ask for the actual listening port, and the publicly accessing port, which can, of course, be the same if no reverse proxy is involved.
Steps to Reproduce
Configure Wing to listen on port 8080 and then change it to "HTTPS with (reverse) proxy" on port "443"
Panel Version
v1.0.0-beta21
Wings Version
v1.0.0-beta13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Bulgus commented on GitHub (May 14, 2025):
I had the same problem when configuring Pelican Panel and this confused me. I finally fixed the problem by manually changing the API port to 8080 in the Wing's config.yml
@SteadEXE commented on GitHub (May 14, 2025):
I did the same, but you need to be careful to not change anything else on the panel, otherwise it overwrite the port
@Boy132 commented on GitHub (May 15, 2025):
FYI, you can disable the automatic panel overwrites in the wings config file.
@rmartinoscar commented on GitHub (May 17, 2025):
https://github.com/pelican-dev/panel/pull/1263#issuecomment-2814254635