From d9728a8ff18ef95abbad4db5cc9bc2e03aa6ade9 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 6 Jan 2023 13:41:48 +0330 Subject: [PATCH] Updated Configuring Tachidesk Server (markdown) --- Configuring-Tachidesk-Server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuring-Tachidesk-Server.md b/Configuring-Tachidesk-Server.md index f1fda6b..5989c54 100644 --- a/Configuring-Tachidesk-Server.md +++ b/Configuring-Tachidesk-Server.md @@ -9,6 +9,9 @@ The configuration file is written in HOCON. Google is your friend if you want to - The reference configuration file can be found [here](https://github.com/Suwayomi/Tachidesk-Server/blob/master/server/src/main/resources/server-reference.conf) replace your whole configuration or erroneous keys referring to it. - Tachidesk will create a default configuration file when one doesn't exist, you can delete `server.conf` to get a copy of the reference configuration file after a restart. +### I am running tachidesk in a headless environment (docker, NAS, VPS, etc.) +- 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. ## Configuration Options ### Server ip and port bindings