mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
Resolve to internal Traefik instance #74
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 @rfrank on GitHub (Feb 9, 2025).
I'm looking to replace CF Tunnels with this and one thing I can't seem to get to work that works with CF Tunnels is the ability to assign a resource (example.domain.com) to my internal Traefik instance, which handles routing and optional authentication via Authentik.
In CF Tunnels, I have the following:
example.domain.com hostname pointing to internal Traefik ip (https://10.x.x.x)
Traefik handles all forwarding and optional auth via Authentik
Having the same setup in Pangolin results in a Misdirect error
I'd love to know this is already possible and I'm just missing something! If not, is this something that can be added to the roadmap?
@miloschwartz commented on GitHub (Feb 10, 2025):
I don't think what you're describing is currently supported by Pangolin but it may be in the future. Can you describe a little bit more how this would function? If you point one subdomain to another Traefik instance, do you access the individual services via sub paths?