Update config.json

This commit is contained in:
Alexandre
2021-02-14 15:01:30 +01:00
committed by GitHub
parent 6a3a0b3a25
commit 206fc0cde4

View File

@@ -40,6 +40,7 @@
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
"download-folder": "/share/qBittorrent",
"autostop": true, "autostop": true,
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
@@ -49,9 +50,10 @@
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"whitelist": "str?", "whitelist": "str?",
"autostop": "bool", "autostop": "bool?",
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"download-folder": "str?",
"customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",