You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.2 KiB
49 lines
1.2 KiB
tls:
|
|
options:
|
|
default:
|
|
minVersion: VersionTLS12
|
|
sniStrict: true
|
|
cipherSuites:
|
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
|
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
|
|
- TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
|
|
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
|
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
|
curvePreferences:
|
|
- CurveP521
|
|
- CurveP384
|
|
mintls13:
|
|
minVersion: VersionTLS13
|
|
|
|
http:
|
|
routers:
|
|
hassio:
|
|
entryPoints:
|
|
- websecure
|
|
rule: "Host(`home-cuong.ddnss.de`)"
|
|
service: hassio
|
|
tls:
|
|
certresolver: default
|
|
|
|
services:
|
|
hassio:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://192.168.166.138:8124"
|
|
passHostHeader: true
|
|
|
|
middlewares:
|
|
secHeaders:
|
|
headers:
|
|
browserXssFilter: true
|
|
contentTypeNosniff: true
|
|
frameDeny: true
|
|
sslRedirect: true
|
|
# HSTS Configuration
|
|
stsIncludeSubdomains: true
|
|
stsPreload: true
|
|
stsSeconds: 31536000
|
|
customRequestHeaders:
|
|
X-Frame-Options: "SAMEORIGIN"
|
|
customFrameOptionsValue: "SAMEORIGIN"
|
|
|