Files
docker-stacks/stacks/traefik/traefik.yml
knight cb9a8fa46b
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 1s
Deploy Stacks / deploy-dev (push) Has been cancelled
Add uplink.tel and sequela.tel routing via ubuntu-prod proxy
- Add uplink.yml: Routes nitter, invidious, searx, freshrss, rsshub, radio
  through ubuntu-prod to docker-public backend
- Add sequela.yml: Routes wiki and matomo through ubuntu-prod to docker-public
- Update traefik.yml: Add proxyProtocol insecure:true for VPS HAProxy
  send-proxy compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 14:52:04 -05:00

45 lines
706 B
YAML

global:
checkNewVersion: true
api:
dashboard: true
insecure: true
entryPoints:
http:
address: ":80"
proxyProtocol:
insecure: true
https:
address: ":443"
proxyProtocol:
insecure: true
providers:
providersThrottleDuration: 2s
file:
directory: "/conf.d"
watch: true
docker:
watch: true
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: web
certificatesResolvers:
http:
acme:
email: ${ACME_EMAIL}
storage: acme.json
httpChallenge:
entryPoint: http
log:
level: INFO
filePath: /var/log/traefik.log
format: json
accessLog:
filePath: /var/log/traefik_access.log
format: json