dch-proxy: Proxy Jellyfin

Allow access to Jellyfin from the Internet via the reverse proxy.  The
Jellyfin backend server has a separate port that supports the PROXY
protocol.
frigate-exporter
Dustin 2024-09-01 12:42:07 -05:00
parent 921a12cf1f
commit 7f599e9058
1 changed files with 15 additions and 0 deletions

View File

@ -47,6 +47,9 @@ dch_proxy_sites:
- backend: web
match: tabitha.biz
matcher: end
- backend: jellyfin
match: jellyfin.pyrocufflink
matcher: dom
- backend: kubernetes
match: ntfy.pyrocufflink.net
- backend: kubernetes
@ -77,6 +80,18 @@ dch_proxy_backends:
host: 'git0.pyrocufflink.blue:443'
options: check
jellyfin:
servers:
- name: jellyfin
host: 'jellyfin.pyrocufflink.blue:80'
options: check
jellyfin-tls:
mode: tcp
servers:
- name: jellyfin-tls
host: 'jellyfin.pyrocufflink.blue:8443'
options: check send-proxy
kubernetes:
servers:
- name: k8s