Update Proxy_Containers/traefik/config.yaml

This commit is contained in:
2026-05-14 17:18:56 +00:00
parent f15a445b03
commit fcad420b5f
+22
View File
@@ -0,0 +1,22 @@
http:
middlewares:
crowdsec-bouncer:
plugin:
crowdsec-bouncer:
enabled: true
crowdsecMode: stream
crowdsecLapiKey: '{{ env "CROWDSEC_BOUNCER_API_KEY" }}'
crowdsecLapiHost: "crowdsec:8080"
crowdsecLapiScheme: "http"
security-headers:
headers:
stsSeconds: 31536000
stsIncludeSubdomains: true
stsPreload: true
forceSTSHeader: true
contentTypeNosniff: true
browserXssFilter: true
referrerPolicy: "strict-origin-when-cross-origin"
permissionsPolicy: "camera=(), microphone=(), geolocation=()"
customFrameOptionsValue: "SAMEORIGIN"