Is there a way to set the SABnzbd Download Client settings to allow for a URL base much the same way that the Transmission Download Client allows for that?
I’ve got SAB behind a reverse proxy and Sonarr is just hitting the root URL expecting the API to work there:
HTTP Error - Res: [GET] http://192.168.1.11:8080/api?mode=version&apikey=(removed)&output=json: 404.NotFound
I need that to hit:
http://192.168.1.11:8080/sabnzbd/api?mode=version&apikey=(removed)&output=json: 404.NotFound