rename jellyfin to helm
This commit is contained in:
18
helm/templates/middleware.yaml
Normal file
18
helm/templates/middleware.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user