Skip to content

Commit

Permalink
Add VUI as a webUI flavor (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda authored Feb 17, 2024
1 parent b277b3e commit eb2054b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ enum class WebUIFlavor(
"Suwayomi-WebUI",
),

VUI(
"VUI",
"https://github.com/Suwayomi/Suwayomi-VUI",
"https://raw.githubusercontent.com/Suwayomi/Suwayomi-VUI/main/versionToServerVersionMapping.json",
"https://api.github.com/repos/Suwayomi/Suwayomi-VUI/releases/latest",
"Suwayomi-VUI-Web",
),

CUSTOM(
"Custom",
"repoURL",
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/server-reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server.socksProxyPort = ""

# webUI
server.webUIEnabled = true
server.webUIFlavor = "WebUI" # "WebUI" or "Custom"
server.webUIFlavor = "WebUI" # "WebUI", "VUI" or "Custom"
server.initialOpenInBrowserEnabled = true
server.webUIInterface = "browser" # "browser" or "electron"
server.electronPath = ""
Expand Down

0 comments on commit eb2054b

Please sign in to comment.