moved _copy_to_traefik into _traefik.dynamic

It will be the permanent location of the dynamic traefik config
This commit is contained in:
Lockszmith (runtipi@kateryna) 2024-12-04 20:09:16 -05:00 committed by Lockszmith (@kateryna)
parent ff5c949f5d
commit a31e7c6cd3
9 changed files with 4 additions and 347 deletions

View file

@ -0,0 +1,30 @@
http:
serversTransports:
insecuretransport:
insecureSkipVerify: true
middlewares:
secureHeaders:
headers:
sslRedirect: true
forceSTSHeader: true
stsIncludeSubdomains: true
stsPreload: true
stsSeconds: 31536000
customFrameOptionsValue: "SAMEORIGIN"
contentTypeNosniff: true
browserXssFilter: true
referrerPolicy: "strict-origin-when-cross-origin"
permissionsPolicy: "camera=(), microphone=(), geolocation=()"
customResponseHeaders:
X-Robots-Tag: "noindex,nofollow,nosnippet,noarchive,notranslate,noimageindex"
tls:
stores:
default:
defaultCertificate:
certFile: /etc/traefik/tls/cert.pem
keyFile: /etc/traefik/tls/key.pem
certificates:
- certFile: /etc/traefik/tls/cert.pem
keyFile: /etc/traefik/tls/key.pem