Comment on [deleted]
aksdb@lemmy.world 4 days ago
Are all the *arr services aware that they are expected to have a certain basepath?
Comment on [deleted]
aksdb@lemmy.world 4 days ago
Are all the *arr services aware that they are expected to have a certain basepath?
sun@slrpnk.net 4 days ago
Yes Image
aksdb@lemmy.world 3 days ago
Does it make a difference, if that setting uses a trailing slash? Might be it redirects you to the path without, which triggers caddy to redirect you again, and so on and so forth.
You could also, instead of redirecting, rewrite it. Then it is handled serverside without sending the client somewhere else.
sun@slrpnk.net 3 days ago
I can’t set a trailing slash Radarr removes it. I am not quite sure what you mean, but I have tried rewriting it.
like this, and then visit, but it makes no difference
redir /radarr/ /radarr handle_path /radarr* { reverse_proxy 1.1.1.1:7878 { header_up Host {host} header_up X-Real-IP {remote_host} header_up X-Forwarded-For {remote_host} header_up X-Forwarded-Proto {scheme} } }