Multiple Web endpoints #1478

Closed
opened 2026-04-05 19:30:22 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @stormbyte on 5/16/2025

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.

*Originally created by @stormbyte on 5/16/2025* 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1478