2025-11-04
This commit is contained in:
parent
e4eaf6404a
commit
40837e5a88
1339 changed files with 5462 additions and 1874 deletions
59
containers/conf/traefik/dynamic/general.yaml
Executable file
59
containers/conf/traefik/dynamic/general.yaml
Executable file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://www.schemastore.org/traefik-v3.json
|
||||
|
||||
http:
|
||||
middlewares:
|
||||
compression:
|
||||
compress:
|
||||
excludedContentTypes:
|
||||
- text/event-stream
|
||||
|
||||
security:
|
||||
headers:
|
||||
accessControlAllowCredentials: true
|
||||
accessControlAllowHeaders: "content-type"
|
||||
accessControlAllowMethods:
|
||||
- GET
|
||||
- OPTIONS
|
||||
- POST
|
||||
- PUT
|
||||
accessControlAllowOriginListRegex: "https://.*\\.gcch\\.local(.*)"
|
||||
accessControlMaxAge: 100
|
||||
addVaryHeader: true
|
||||
browserXssFilter: true
|
||||
contentTypeNosniff: true
|
||||
customFrameOptionsValue: SAMEORIGIN
|
||||
featurePolicy: "camera 'none'; microphone 'none'; payment 'none'; usb 'none'; vr 'none'; vibrate 'self';"
|
||||
forceSTSHeader: false
|
||||
frameDeny: true
|
||||
hostsProxyHeaders:
|
||||
- "X-Forwarded-Host"
|
||||
isDevelopment: true
|
||||
referrerPolicy: "origin"
|
||||
stsPreload: true
|
||||
stsSeconds: 315360000
|
||||
|
||||
tls:
|
||||
options:
|
||||
default:
|
||||
alpnProtocols:
|
||||
- h2
|
||||
- http/1.1
|
||||
cipherSuites:
|
||||
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
||||
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
||||
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
|
||||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
||||
- TLS_AES_128_GCM_SHA256
|
||||
- TLS_AES_256_GCM_SHA384
|
||||
- TLS_CHACHA20_POLY1305_SHA256
|
||||
curvePreferences:
|
||||
- CurveP521
|
||||
- CurveP384
|
||||
minVersion: VersionTLS12
|
||||
sniStrict: true
|
||||
|
||||
mintls13:
|
||||
minVersion: VersionTLS13
|
||||
Loading…
Add table
Add a link
Reference in a new issue