Align with smb code

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

View File

@@ -35,13 +35,10 @@
"PUID": "0",
"PGID": "0"
},
"options": {
"options": {
"PUID": 0,
"PGID": 0,
"localdisks": [
"sda1"
],
"networkdisks": "<//SERVER/SHARE> <//SERVER2/SHARE2>",
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
"cifsusername": "<username>",
"cifspassword": "<password>"
},
@@ -49,17 +46,10 @@
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": [
"str"
],
"networkdisks": "str",
"cifsusername": "str",
"cifspassword": "str",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
},
"snapshot_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
]
}
}