mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #521] Support for distributed traefik instances #1487
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 @daddeldash on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/521
Hi,
I'm using your very awsome software to centralize the management of my distributed setup. Some services of my Homelab are running on external servers, some are running in my proxmox cluster. All the time I was using the cloudflared tunnel to reach my software from the internet. That also made it possible to use plugins for traefik the could interact with the local docker socket or other stuff.
If I'm correct, cloudflared just added the option to declare the "name of the source server" which made it possible to encrypt the connection between cloudflared and traefik with a trivial TLS certificate and also made it possible to parse that name on the traefik endpoint to forward the HTTP request to my middleware and the target software.
Is it planed to extend pangolin in such a way?