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", "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",
"customUI": "vuetorrent", "customUI": "vuetorrent"
"PUID": "0",
"PGID": "0",
"SavePath": "/share/qBittorrent", "SavePath": "/share/qBittorrent",
"Username": "admin", "Username": "admin"
"smbv1": false
}, },
"schema": { "schema": {
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"whitelist": "str?", "whitelist": "str?",
"PUID": "int", "PUID": "int?",
"PGID": "int", "PGID": "int?",
"SavePath": "str?", "SavePath": "str?",
"Username": "str?", "Username": "str?",
"customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool", "smbv1": "bool?",
"openvpn_enabled": "bool?", "openvpn_enabled": "bool?",
"openvpn_config": "str?", "openvpn_config": "str?",
"openvpn_username": "str?", "openvpn_username": "str?",