Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/ba2d1b3e6841723e253d5242eca13ed8c57518fc You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Instance name in System/Status API endpoint

pull/991/head
Qstick 3 years ago
parent 96d64afcca
commit ba2d1b3e68

@ -59,6 +59,7 @@ namespace Prowlarr.Api.V1.System
return new
{
AppName = BuildInfo.AppName,
InstanceName = _configFileProvider.InstanceName,
Version = BuildInfo.Version.ToString(),
BuildTime = BuildInfo.BuildDateTime,
IsDebug = BuildInfo.IsDebug,

Loading…
Cancel
Save