Align with smb code

This commit is contained in:
Alexandre
2021-06-21 21:43:36 +02:00
committed by GitHub
parent 28696e0ecb
commit fe2e72f809

View File

@@ -38,10 +38,7 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"localdisks": [ "networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"sda1"
],
"networkdisks": "<//SERVER/SHARE> <//SERVER2/SHARE2>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
}, },
@@ -49,12 +46,10 @@
"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", "smbv1": "bool?"
"cifspassword": "str" }
},
"smbv1": "bool?"
} }