2026-02-07 17:58:06 +00:00
|
|
|
api:
|
2026-05-14 03:18:25 +00:00
|
|
|
dashboard: false
|
2026-05-14 02:47:59 +00:00
|
|
|
debug: false # never true in production
|
|
|
|
|
insecure: false # explicit
|
2026-05-12 23:00:00 +00:00
|
|
|
|
2026-02-07 17:58:06 +00:00
|
|
|
entryPoints:
|
|
|
|
|
web:
|
2026-05-13 18:18:07 +00:00
|
|
|
address: :80
|
2026-05-14 03:07:51 +00:00
|
|
|
http:
|
|
|
|
|
redirections:
|
|
|
|
|
entryPoint:
|
|
|
|
|
to: websecure
|
|
|
|
|
scheme: https
|
|
|
|
|
permanent: true
|
2026-05-14 03:20:49 +00:00
|
|
|
middlewares:
|
|
|
|
|
- crowdsec-bouncer@file
|
2026-05-14 03:22:09 +00:00
|
|
|
- security-headers@file
|
2026-05-13 18:21:24 +00:00
|
|
|
|
2026-02-07 17:58:06 +00:00
|
|
|
websecure:
|
2026-05-13 18:18:07 +00:00
|
|
|
address: :443
|
2026-05-14 03:16:20 +00:00
|
|
|
http:
|
|
|
|
|
middlewares:
|
|
|
|
|
- crowdsec-bouncer@file
|
2026-05-14 03:22:09 +00:00
|
|
|
- security-headers@file
|
2026-05-12 23:00:00 +00:00
|
|
|
|
2026-05-13 17:30:59 +00:00
|
|
|
providers:
|
2026-05-14 02:53:00 +00:00
|
|
|
docker:
|
|
|
|
|
endpoint: "tcp://socket-proxy:2375" # not the unix socket
|
|
|
|
|
exposedByDefault: false
|
2026-05-14 03:06:15 +00:00
|
|
|
file:
|
|
|
|
|
filename: /config.yml
|
2026-05-13 17:30:59 +00:00
|
|
|
|
2026-02-12 03:00:26 +00:00
|
|
|
certificatesResolvers:
|
|
|
|
|
cloudflare:
|
|
|
|
|
acme:
|
|
|
|
|
email: "noreply@gabesville.com"
|
|
|
|
|
storage: /var/traefik/certs/cloudflare-acme.json
|
|
|
|
|
caServer: 'https://acme-v02.api.letsencrypt.org/directory'
|
|
|
|
|
keyType: EC256
|
|
|
|
|
dnsChallenge:
|
|
|
|
|
provider: cloudflare
|
|
|
|
|
resolvers:
|
|
|
|
|
- "1.1.1.1:53"
|
|
|
|
|
- "9.9.9.9:53"
|
2026-05-13 17:30:59 +00:00
|
|
|
|
|
|
|
|
log:
|
|
|
|
|
level: "INFO"
|
|
|
|
|
filePath: "/var/log/traefik/traefik.log"
|
|
|
|
|
accessLog:
|
|
|
|
|
filePath: "/var/log/traefik/access.log"
|
|
|
|
|
|
|
|
|
|
global:
|
|
|
|
|
checkNewVersion: false
|
|
|
|
|
sendAnonymousUsage: false
|