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
parent
921a12cf1f
commit
7f599e9058
|
@ -47,6 +47,9 @@ dch_proxy_sites:
|
||||||
- backend: web
|
- backend: web
|
||||||
match: tabitha.biz
|
match: tabitha.biz
|
||||||
matcher: end
|
matcher: end
|
||||||
|
- backend: jellyfin
|
||||||
|
match: jellyfin.pyrocufflink
|
||||||
|
matcher: dom
|
||||||
- backend: kubernetes
|
- backend: kubernetes
|
||||||
match: ntfy.pyrocufflink.net
|
match: ntfy.pyrocufflink.net
|
||||||
- backend: kubernetes
|
- backend: kubernetes
|
||||||
|
@ -77,6 +80,18 @@ dch_proxy_backends:
|
||||||
host: 'git0.pyrocufflink.blue:443'
|
host: 'git0.pyrocufflink.blue:443'
|
||||||
options: check
|
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:
|
kubernetes:
|
||||||
servers:
|
servers:
|
||||||
- name: k8s
|
- name: k8s
|
||||||
|
|
Loading…
Reference in New Issue