Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0bc2d4814c93e5e997144b39b6741ae93a570aa7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
7 additions and
7 deletions
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Newznab
{
public class NewznabSettings : IIndexerSetting
{
[FieldDefinition(0, Label = "URL" , HelpText = "NewzNab Host Url" )]
[FieldDefinition(0, Label = "URL" )]
public String Url { get ; set ; }
[FieldDefinition(1, Label = "API Key" , HelpText = "Your API Key" )]
[FieldDefinition(1, Label = "API Key" )]
public String ApiKey { get ; set ; }
public bool IsValid
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.NzbsRUs
{
public class NzbsrusSetting : IIndexerSetting
{
[FieldDefinition(0, Label = "UID" , HelpText = "Your NzbsRus User ID" )]
[FieldDefinition(0, Label = "UID" )]
public String Uid { get ; set ; }
[FieldDefinition(1, Label = "Hash" , HelpText = "Your API Hash Key" )]
[FieldDefinition(1, Label = "Hash" )]
public String Hash { get ; set ; }
public bool IsValid
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
{
public class OmgwtfnzbsSetting : IIndexerSetting
{
[FieldDefinition(0, Label = "Username" , HelpText = "Your Username" )]
[FieldDefinition(0, Label = "Username" )]
public String Username { get ; set ; }
[FieldDefinition(1, Label = "API Key" , HelpText = "Your API Key" )]
[FieldDefinition(1, Label = "API Key" )]
public String ApiKey { get ; set ; }
public bool IsValid
@ -1,4 +1,4 @@
.form-horizontal {
.control-group {
.controls {
i.danger {
color: #b94a48;