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

Implemented Settings in Model

pull/4510/head
Francesco Servida 3 years ago
parent d4e748fd2f
commit 5ddda3c39e
No known key found for this signature in database
GPG Key ID: 653390DF958E310B

@ -13,5 +13,8 @@ namespace Ombi.Settings.Settings.Models
public bool RequireNonAlphanumeric { get; set; }
public bool RequireUppercase { get; set; }
public bool EnableOAuth { get; set; } // Plex OAuth
public bool EnableHeaderAuth { get; set; } // Header SSO
public string HeaderAuthVariable { get; set; } // Header SSO
}
}
Loading…
Cancel
Save