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
@@ -9,6 +9,7 @@ server.socksProxyPort = ""
# webUI
server.webUIEnabled = true
server.webUIFlavor = "WebUI" # "WebUI" or "Sorayomi" or "Custom"
server.initialOpenInBrowserEnabled = true
server.webUIInterface = "browser" # "browser" or "electron"
server.electronPath = ""