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, "full_access": true,
"options": { "options": {
"PUID": 1001, "PUID": 1001,
"PGID": 1001, "PGID": 1001
"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"
} }
} }