Merge branch 'feature/auth-proxy' into dev

This commit is contained in:
Alex Ling
2021-02-03 05:23:00 +00:00
4 changed files with 51 additions and 57 deletions

View File

@@ -22,6 +22,7 @@ class Config
property page_margin : Int32 = 30
property disable_login = false
property default_username = ""
property auth_proxy_header_name = ""
property mangadex = Hash(String, String | Int32).new
@[YAML::Field(ignore: true)]