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

NancySelfHost under Non-Admin Accounts

pull/2/head
markus101 12 years ago committed by Mark McDowall
parent b22bcf4947
commit 6ec700c632

@ -34,6 +34,8 @@ namespace NzbDrone.Common
public void StartServer()
{
//Todo: We need this to be able run when the user isn't an admin
//Todo: And when the URL hasn't been registered in URL ACL: netsh http add urlacl url=http://+:8989/ user=everyone
_host = new NancyHost(new Uri(AppUrl), _bootstrapper);
_host.Start();
}

Loading…
Cancel
Save