mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Web auth
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Jackett.Models.Config
|
||||
public int Port { get; set; }
|
||||
public bool AllowExternal { get; set; }
|
||||
public string APIKey { get; set; }
|
||||
public string AdminPassword { get; set; }
|
||||
|
||||
public string GetListenAddress(bool? external = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user