mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Updated Configuring Tachidesk Server (markdown)
@@ -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.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.
|
- 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
|
## Configuration Options
|
||||||
### Server ip and port bindings
|
### Server ip and port bindings
|
||||||
```conf
|
```conf
|
||||||
@@ -64,9 +68,11 @@ server.basicAuthPassword = ""
|
|||||||
```
|
```
|
||||||
server.debugLogsEnabled = false
|
server.debugLogsEnabled = false
|
||||||
server.systemTrayEnabled = true
|
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.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.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
|
## Overriding configuration options with command-line arguments
|
||||||
You can override the above configuration options with command-line arguments. Use the pattern bellow.
|
You can override the above configuration options with command-line arguments. Use the pattern bellow.
|
||||||
|
|||||||
Reference in New Issue
Block a user