Hi guys,
I love quickbox, nice work! this is my issue:
Because i download media from foreign language, radarr and sonarr dont search well from my indexers. Thats why i need to download manually from jackett in some tv shows.
Problem is, its not working for me, ive tried diferent jackett.conf but no luck. I have external access enable because its a remote server and this is my jackett.conf
RequestHeader set X-Forwarded-Proto "https"
<Location /jackett>
ProxyPass http://192.168.1.164:9117/jackett
ProxyPassReverse http://192.168.1.164:9117/jackett
Require all granted
</Location>
If i remove port from url it DOES work.
example:
This is the url that download button outputs:
https://192.168.1.164:9117/jackett/dl/…(long url)
but i have to change to this url to work
https://192.168.1.164/jackett/dl/newpct/…(long url)
how can i fix this ? will the fix break radarr and sonarr?
Thanks!