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

21 lines
631 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
crowdsecLapiKey: "your-bouncer-api-key"
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"