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

11 lines
156 B

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