Update config.json

This commit is contained in:
Alexandre
2021-02-15 14:08:10 +01:00
committed by GitHub
parent 5b469c444b
commit 2f7a4a0d7b

View File

@@ -39,23 +39,15 @@
"full_access": true,
"options": {
"PUID": 1001,
"PGID": 1001,
"localdisks": [
"sda1"
],
"networkdisks": "<//SERVER/SHARE>",
"cifsusername": "<username>",
"cifspassword": "<password>"
"PGID": 1001
},
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": [
"str"
],
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str"
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
}
}