Suport full/httponly traefik

This commit is contained in:
Lockszmith (@tuffy) 2025-01-24 13:01:41 -08:00
parent b8d421155b
commit 6a51e72ef1
5 changed files with 60 additions and 4 deletions

View file

@ -0,0 +1,32 @@
# log:
# level: INFO
api:
dashboard: true
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
watch: true
exposedByDefault: false
file:
directory: /srv/traefik/dynamic
watch: true
entryPoints:
web:
address: ':88'
forwardedHeaders:
trustedIPs:
- "127.0.0.1/32"
- "172.16.0.0/12"
websecure:
address: ':8443'
forwardedHeaders:
trustedIPs:
- "127.0.0.1/32"
- "172.16.0.0/12"
certificatesResolvers:
myresolver: