Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/70cfa5e68571bf7cb083e9aa50465df008fafc5b/NzbDrone/ApplicationModes.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone/ApplicationModes.cs

12 lines
169 B

namespace NzbDrone
{
public enum ApplicationModes
{
Console,
Help,
InstallService,
UninstallService,
Service,
}
}