Add jellyfin

This commit is contained in:
Benoit 2025-02-19 22:07:29 +09:00
parent 9012bed3a3
commit f784f06cc0
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA
2 changed files with 8 additions and 0 deletions

View file

@ -307,6 +307,7 @@ frontend frontend_default
acl archive hdr(host) -i sysadmin-bookmarks.archive.benoit.jp.net
acl beszel hdr(host) -i beszel.benoit.jp.net
acl forgejo hdr(host) -i forgejo.benoit.jp.net
acl jellyfin hdr(host) -i jellyfin.benoit.jp.net
acl kanboard hdr(host) -i kanboard.benoit.jp.net
acl laminar hdr(host) -i laminar.benoit.jp.net
acl linkding hdr(host) -i linkding.benoit.jp.net
@ -328,6 +329,7 @@ frontend frontend_default
http-request deny if adguard !letsencrypt !allowed_ips
http-request deny if beszel !letsencrypt !allowed_ips
http-request deny if jellyfin !letsencrypt !allowed_ips
http-request deny if kanboard !letsencrypt !allowed_ips
http-request deny if mailcow !letsencrypt !allowed_ips
http-request deny if miniflux !letsencrypt !allowed_ips
@ -342,6 +344,7 @@ frontend frontend_default
use_backend archive if archive
use_backend beszel if beszel
use_backend forgejo if forgejo
use_backend jellyfin if jellyfin
use_backend kanboard if kanboard
use_backend laminar if laminar
use_backend letsencrypt if letsencrypt

View file

@ -172,3 +172,8 @@ backend nefarious-transmission
# set HSTS for one year after all responses
http-response set-header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
server nefarious-transmission nefarious.incus:9091 check
backend jellyfin
# set HSTS for one year after all responses
http-response set-header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
server jellyfin jellyfin.incus:8096 check