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/fcf0ca7299364e7c880ff343cb16d3e8b8b2de4a/NzbDrone/Model/ApplicationMode.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone/Model/ApplicationMode.cs

11 lines
156 B

namespace NzbDrone.Model
{
public enum ApplicationMode
{
Console,
Help,
InstallService,
UninstallService
}
}