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/7c1e81a70e317d80e03a960f683fb1a2997b0b66/NzbDrone/ApplicationMode.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone
|
|
{
|
|
public enum ApplicationModes
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service,
|
|
}
|
|
}
|