mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #739] Multiple Web endpoints #6398
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 @stormbyte on GitHub (May 16, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/739
To use traefik for local and for external multiple entpoints could be used.
If for example port 80 and 443 is use to access then server locally and port 10080 and 10443 is routed from the router to the same traefik instance the certificate file could be shared.
The main difference between an unautorized service and a non existing service is the httpcode 403 vs 404.
As the current state enforces that only one http_entrypoint and https_entrypoint exists.
The traefik api only allows one http source so multiple pangolin instances would not be possible.
Is it possible to create a organisation with would use a different http_entrypoint and https_entrypoint.
but still create the traefik endpoint data for the http provider.
Maybe a Endpoint selection for a organisation would be an option.
@oschwartz10612 commented on GitHub (May 22, 2025):
Hi thanks for the suggestion! I am going to move this to a feature request discussion for now.