add support for alternative web interfaces (#342)

* add support for alternative web interfaces

* fix naming

* won't bundle sorayomi zip

* clean diff
This commit is contained in:
Aria Moradi
2022-04-16 21:09:36 +04:30
committed by GitHub
parent a8892143a2
commit 320d1ae9d8
6 changed files with 88 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ class ServerConfig(config: Config, moduleName: String = MODULE_NAME) : SystemPro
// webUI
val webUIEnabled: Boolean by overridableConfig
val webUIFlavor: String by overridableConfig
val initialOpenInBrowserEnabled: Boolean by overridableConfig
val webUIInterface: String by overridableConfig
val electronPath: String by overridableConfig