Update config.json

This commit is contained in:
Alexandre
2021-06-22 18:26:29 +02:00
committed by GitHub
parent efedccad12
commit 72a7daff3e

View File

@@ -37,28 +37,15 @@
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0
"localdisks": [
"sda1"
],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": [ "localdisks": "str?",
"str" "networkdisks": "str?",
], "cifsusername": "str?",
"networkdisks": "str", "cifspassword": "str?"
"cifsusername": "str", }
"cifspassword": "str"
},
"snapshot_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
]
} }