From 81893b9766c172b722e30e596c6e44ef941de39a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:25:18 +0200 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 43835df1c..6fb5dd501 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -47,27 +47,24 @@ "certfile": "fullchain.pem", "keyfile": "privkey.pem", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", - "customUI": "vuetorrent", - "PUID": "0", - "PGID": "0", + "customUI": "vuetorrent" "SavePath": "/share/qBittorrent", - "Username": "admin", - "smbv1": false + "Username": "admin" }, "schema": { "ssl": "bool", "certfile": "str", "keyfile": "str", "whitelist": "str?", - "PUID": "int", - "PGID": "int", + "PUID": "int?", + "PGID": "int?", "SavePath": "str?", "Username": "str?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool", + "smbv1": "bool?", "openvpn_enabled": "bool?", "openvpn_config": "str?", "openvpn_username": "str?",