You should make Jellyfin aware of your reverse-proxy IP address or hostname:
(in my case localhost as the reverse proxy is running on the same machine).
How to send the X-Forwarded-For header depends on your reverse-proxy. In Caddy which I use, it does it by default.
You should make Jellyfin aware of your reverse-proxy IP address or hostname:
(in my case
localhostas the reverse proxy is running on the same machine).How to send the
X-Forwarded-Forheader depends on your reverse-proxy. In Caddy which I use, it does it by default.