1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

NancySelfHost under Non-Admin Accounts

This commit is contained in:
markus101 2013-03-23 13:48:57 -07:00 committed by Mark McDowall
parent b22bcf4947
commit 6ec700c632

View File

@ -34,6 +34,8 @@ public HostController(ConfigFileProvider configFileProvider, INancyBootstrapper
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();
}