mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
Feature/move server frontend mapping to the frontend (#591)
* Convert "WebInterfaceManager" to singleton * Move server webUI mapping to the webUI * Extract logic into functions * Retry failed download * Validate downloaded webUI * Automatically check for webUI updates * Add logic to support different webUIs * Update logs * Close ZipFile after extracting it
This commit is contained in:
@@ -13,6 +13,8 @@ server.webUIFlavor = "WebUI" # "WebUI" or "Custom"
|
||||
server.initialOpenInBrowserEnabled = true
|
||||
server.webUIInterface = "browser" # "browser" or "electron"
|
||||
server.electronPath = ""
|
||||
server.webUIChannel = "stable" # "bundled" (the version bundled with the server release), "stable" or "preview" - the webUI version that should be used
|
||||
server.webUIUpdateCheckInterval = 23 # time in hours - 0 to disable auto update - range: 1 <= n < 24 - default 23 hours - how often the server should check for webUI updates
|
||||
|
||||
# downloader
|
||||
server.downloadAsCbz = false
|
||||
|
||||
Reference in New Issue
Block a user