From 34e5fda63d6a25dccda79bbfbbb9a5f9771c89e6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:41:03 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index d1b9207d4..65b894a28 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -22,6 +22,7 @@ "6881/udp": "Peer port" }, "apparmor": true, + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "map": [ "media:rw", "config:rw", @@ -30,7 +31,6 @@ ], "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto", - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "environment": { "WEBUI_PORT": "8080" }, @@ -52,6 +52,7 @@ "PGID": "int", "SavePath": "str?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", + "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",