mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #485] [Feature Request] Traefik dynamic config for TCP/UDP resources #1475
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 @Bartek200219 on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/485
TLDR In title
Now we need to manually paste entrypoints to traefik config, this could be automated by pangolin automatically editing traefik config file.
@oschwartz10612 commented on GitHub (Apr 8, 2025):
Thanks for the suggestion! This is a duplicate of https://github.com/orgs/fosrl/discussions/397
@oschwartz10612 commented on GitHub (Apr 8, 2025):
There are some challenges with this because traefik does not allow pulling in the entrypoints from the dynamic config. We could look at a PR to traefik or maybe automating writing to the config files and reloading traefik.