r/jellyfin: Add virtual host for HAProxy

Expose a virtual host on a separate TCP port that uses the PROXY
protocol.  This way, HAProxy can pass the original client IP address to
Jellyfin without terminating the TLS connection.
This commit is contained in:
2024-09-01 12:40:20 -05:00
parent 2864a4185c
commit 921a12cf1f
2 changed files with 32 additions and 0 deletions

View File

@@ -17,3 +17,12 @@
persistent: true
tags:
- selinux
- name: ensure jellyfin http proxy port is allowed in firewall
firewalld:
port: 8443/tcp
state: enabled
immediate: true
permanent: true
tags:
- firewalld