- 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>
45 lines
706 B
YAML
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
|