Update config.json

This commit is contained in:
Alexandre
2021-04-07 09:25:18 +02:00
committed by GitHub
parent 98661f92cd
commit 81893b9766

View File

@@ -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?",