From 206fc0cde495621849010851475100e6573e5354 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Feb 2021 15:01:30 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index f487bed8a..a59c3df1d 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -40,6 +40,7 @@ "certfile": "fullchain.pem", "keyfile": "privkey.pem", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", + "download-folder": "/share/qBittorrent", "autostop": true, "PUID": 0, "PGID": 0 @@ -49,9 +50,10 @@ "certfile": "str", "keyfile": "str", "whitelist": "str?", - "autostop": "bool", + "autostop": "bool?", "PUID": "int", "PGID": "int", + "download-folder": "str?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", "localdisks": "str?", "networkdisks": "str?",