Updated Configuring Tachidesk Server (markdown)

Aria Moradi
2023-01-06 13:52:54 +03:30
parent d9728a8ff1
commit 0fd9f65cc9

@@ -13,6 +13,10 @@ The configuration file is written in HOCON. Google is your friend if you want to
- Set `server.systemTrayEnabled` to false, it will prevent Tachidesk to attempt to create a System Tray icon.
- Set `server.initialOpenInBrowserEnabled`to false, it will prevent Tachidesk to attempt to open a browser on startup.
### My Tachidesk data directory/downloads size is getting to big
- Set `server.downloadsPath` to the desired path, if you only need to change where downloads are stored. You have to move/remove the existing downloads manually.
- Set the special `server.rootDir` key, refer to [this section](#overriding-tachidesk-servers-data-directory-path).
## Configuration Options
### Server ip and port bindings
```conf
@@ -64,9 +68,11 @@ server.basicAuthPassword = ""
```
server.debugLogsEnabled = false
server.systemTrayEnabled = true
server.downloadsPath = ""
```
- `server.debugLogsEnabled` controls whether if Tachidesk-Server should print more information while being run inside a Terminal/CMD/Powershell window.
- `server.systemTrayEnabled = true` whether if Tachidesk-Server should show a System Tray Icon, disabling this on headless servers is recommended.
- `server.downloadsPath = ""` the path where manga downloads will be stored, if the value is empty, the default directory `downloads` inside [the data directory](https://github.com/Suwayomi/Tachidesk-Server/wiki/The-Data-Directory) will be used.
## Overriding configuration options with command-line arguments
You can override the above configuration options with command-line arguments. Use the pattern bellow.