18 lines
516 B
YAML
18 lines
516 B
YAML
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: jellyfin
|
|
spec:
|
|
headers:
|
|
customResponseHeaders:
|
|
X-Robots-Tag: "noindex,nofollow,nosnippet,noarchive,notranslate,noimageindex"
|
|
SSLHost: "jellyfin.ducoterra.net"
|
|
SSLForceHost: true
|
|
STSSeconds: "315360000"
|
|
STSIncludeSubdomains: true
|
|
STSPreload: true
|
|
forceSTSHeader: true
|
|
frameDeny: true
|
|
contentTypeNosniff: true
|
|
browserXSSFilter: true
|
|
customFrameOptionsValue: "https://jellyfin.ducoterra.net" |