mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-01 01:44:34 -05:00
Updated Configuring Tachidesk Server (markdown)
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user