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

13 lines
188 B

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