Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/125deb39315fa98ec6ed9ce291f2e5955ee0ffb4/ServiceHelpers/ServiceUninstall/Program.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|