From 0fd9f65cc9f09b2ad1320c197f2977e2bd3b0bfc Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 6 Jan 2023 13:52:54 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index 5989c54..48b5d9f 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -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.