Files
Docker-Compose/Proxy_Containers/traefik/config.yaml
T

22 lines
660 B
YAML
Raw Normal View History

2026-05-14 03:12:22 +00:00
http:
middlewares:
crowdsec-bouncer:
2026-05-14 03:28:36 +00:00
plugin:
crowdsec-bouncer:
enabled: true
2026-05-14 03:33:54 +00:00
crowdsecMode: stream
2026-05-14 04:11:51 +00:00
crowdsecLapiKey: "${crowdsecLapiKey}"
2026-05-14 03:28:36 +00:00
crowdsecLapiHost: "crowdsec:8080"
crowdsecLapiScheme: "http"
2026-05-14 03:21:52 +00:00
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"