#Trusted IP-Header with Reverse Proxy
12 messages · Page 1 of 1 (latest)
In media server or in seerr logs
in seerr logs
https://docs.seerr.dev/extending-jellyseerr/reverse-proxy#nginx
Setting up the proper proxy_set_header would do it
Configure a reverse proxy for Jellyseerr.
By default
x-real-ip or x-forwarded-for? traefik should do that automatically https://doc.traefik.io/traefik/reference/routing-configuration/http/middlewares/headers/#opt-Clients-IP. maybe i got some custom config going on, hmmm
In Traefik Proxy, the HTTP headers middleware manages the headers of requests and responses. Read the technical documentation.
Did you turn on settings > network > enable proxy support?
yeah. the log entry is
Jellyfin API]: Failed to authenticate with headers {"error":"Unauthorized","ip":"172.18.0.1"}
With this on?
Did you restart after turning it on?
Im not sure about traefik but all we have for traefik is
https://docs.seerr.dev/extending-jellyseerr/reverse-proxy#traefik-v2
I use nginx and it logs the real ip as long as you have that setting turned on and restarted
Configure a reverse proxy for Jellyseerr.
@near sinew any ideas?