Add jellyfin
This commit is contained in:
parent
9012bed3a3
commit
f784f06cc0
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue