2026-06-02 00:30:56 +00:00
|
|
|
---
|
|
|
|
|
log:
|
|
|
|
|
level: DEBUG
|
|
|
|
|
accessLog:
|
|
|
|
|
filters:
|
|
|
|
|
statusCodes:
|
|
|
|
|
- "200"
|
|
|
|
|
- "300-302"
|
|
|
|
|
retryAttempts: true
|
|
|
|
|
minDuration: "10ms"
|
|
|
|
|
api:
|
|
|
|
|
dashboard: true
|
|
|
|
|
insecure: false
|
|
|
|
|
metrics:
|
2026-06-27 13:14:42 +00:00
|
|
|
prometheus:
|
|
|
|
|
addEntryPointsLabels: true
|
|
|
|
|
addRoutersLabels: true
|
|
|
|
|
addServicesLabels: true
|
|
|
|
|
entryPoint: "metrics"
|
2026-06-02 00:30:56 +00:00
|
|
|
|
|
|
|
|
providers:
|
|
|
|
|
docker:
|
|
|
|
|
watch: true
|
|
|
|
|
endpoint: unix:///var/run/docker.sock
|
|
|
|
|
exposedByDefault: false
|
|
|
|
|
network: traefik
|
|
|
|
|
file:
|
|
|
|
|
directory: /dynamic
|
|
|
|
|
watch: true
|
|
|
|
|
redis:
|
|
|
|
|
endpoints:
|
|
|
|
|
- "nemetona.local.cobb.lgbt:6379"
|
|
|
|
|
username: traefik
|
|
|
|
|
password: {{ traefik_valkey_auth_pass }}
|
|
|
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
|
web:
|
|
|
|
|
address: :80
|
|
|
|
|
http:
|
|
|
|
|
redirections:
|
|
|
|
|
entryPoint:
|
|
|
|
|
to: websecure
|
|
|
|
|
scheme: https
|
|
|
|
|
permanent: true
|
|
|
|
|
observability:
|
|
|
|
|
accessLogs: false
|
|
|
|
|
metrics: false
|
|
|
|
|
tracing: false
|
|
|
|
|
|
|
|
|
|
websecure:
|
|
|
|
|
address: :443
|
|
|
|
|
http:
|
|
|
|
|
tls: {}
|
2026-06-27 13:14:42 +00:00
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
|
address: :7000
|
2026-06-02 00:30:56 +00:00
|
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
|
letsEncrypt:
|
|
|
|
|
acme:
|
|
|
|
|
dnsChallenge:
|
|
|
|
|
provider: cloudflare
|
|
|
|
|
email: annika@adhdgirl.dev
|
|
|
|
|
storage: /lets-encrypt/acme.json
|
|
|
|
|
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|