From 5d172c71094745ddf284579f24c93c88cc999a25 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 3 May 2023 19:27:37 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 25f5a20..2a55d46 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -46,11 +46,14 @@ server.webUIEnabled = true server.initialOpenInBrowserEnabled = true server.webUIInterface = "browser" # "browser" or "electron" server.electronPath = "" +server.webUIFlavor = "WebUI" # "WebUI" or "Custom" ``` - `server.webUIEnabled` controls if Tachidesk-Server will serve `Tachidesk-WebUI` and if it downloads/updates it on startup. -- `server.initialOpenInBrowserEnabled` controls if Tachidesk-Server will attempt to open a brwoser/electron window on startup, disabling this on headless servers is recommended. +- `server.initialOpenInBrowserEnabled`controls if Tachidesk-Server will attempt to open a brwoser/electron window on startup, disabling this on headless servers is recommended. - `server.webUIInterface` which web interface should Tachidesk-Server launch on startup, options are `"browser"` and `"electron"` - `server.electronPath` path of the main electron executable, should be in double quotes +- `server.webUIFlavor` set `"WebUI"` to make the server download and update Tachidesk-WebUI automatically or `"Custom"` if you want the server to serve a custom web interface that you manage by yourself. + - Note: "Custom" would be useful if you want to test preview versions of Tachidesk-WebUI or when you are using or developing other web interfaces like the web version of Tachidesk-Sorayomi. ### Authentication ```