optionally generate traefik files, set cors in config, and set trust proxy in config

This commit is contained in:
Milo Schwartz
2025-01-15 23:26:31 -05:00
parent cb87463a69
commit 1aec431c36
13 changed files with 300 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ api:
providers:
http:
endpoint: "http://pangolin:3001/api/v1/traefik-config"
endpoint: "http://pangolin:{{.INTERNAL_PORT}}/api/v1/traefik-config"
pollInterval: "5s"
file:
filename: "/etc/traefik/dynamic_config.yml"