2026-02-07 17:58:06 +00:00
|
|
|
global:
|
|
|
|
|
checkNewVersion: false
|
2026-02-07 18:01:14 +00:00
|
|
|
sendAnonymousUsage: false
|
2026-02-07 17:58:06 +00:00
|
|
|
log:
|
|
|
|
|
level: DEBUG
|
|
|
|
|
api:
|
|
|
|
|
dashboard: true
|
|
|
|
|
insecure: true
|
|
|
|
|
entryPoints:
|
|
|
|
|
web:
|
|
|
|
|
address: :80
|
2026-02-12 03:43:33 +00:00
|
|
|
http:
|
|
|
|
|
redirections:
|
|
|
|
|
entryPoint:
|
|
|
|
|
to: websecure
|
|
|
|
|
scheme: https
|
2026-02-07 17:58:06 +00:00
|
|
|
websecure:
|
2026-02-07 18:20:53 +00:00
|
|
|
address: :443
|
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-02-07 18:20:53 +00:00
|
|
|
providers:
|
|
|
|
|
docker:
|
|
|
|
|
endpoint: "unix:///var/run/docker.sock"
|
2026-04-04 00:59:10 +00:00
|
|
|
exposedByDefault: false
|
|
|
|
|
|
|
|
|
|
experimental:
|
|
|
|
|
plugins:
|
|
|
|
|
fail2ban:
|
|
|
|
|
moduleName: "github.com/tomMoulard/fail2ban"
|
|
|
|
|
version: "v0.8.9"
|