Updated Configuring Tachidesk Server (markdown)

Aria Moradi
2023-01-06 13:41:48 +03:30
parent ace0a5e444
commit d9728a8ff1

@@ -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. - 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. - 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 ## Configuration Options
### Server ip and port bindings ### Server ip and port bindings