After the latest update, I’m having trouble accessing sonarr from the Quickbox Menu. Although I did check the port prior to updating, I believe it may have something to do the authentication method. Currently, the sonarr config is set to Basic whereas the reverse proxy is set to Digest. I’ve altered both configs to match. Digest and Basic but still cant access my Sonarr page. Not sure how to fix it or at least disable the apache sonarr redirect so I can get into sonarr and adjust settings.
<Config>
<Port>8989</Port>
<UrlBase>sonarr</UrlBase>
<BindAddress>localhost</BindAddress>
<SslPort>8989</SslPort>
<EnableSsl>False</EnableSsl>
<ApiKey></ApiKey>
<AuthenticationMethod>Basic</AuthenticationMethod>
<LogLevel>Info</LogLevel>
<Branch>master</Branch>
<LaunchBrowser>False</LaunchBrowser>
<SslCertHash></SslCertHash>
<UpdateMechanism>BuiltIn</UpdateMechanism>
<AnalyticsEnabled>False</AnalyticsEnabled>
</Config>
< Location /sonarr>
ProxyPass http://localhost:8989/sonarr
ProxyPassReverse http://localhost:8989/sonarr
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require user sadpanda