mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Align with smb code
This commit is contained in:
@@ -35,13 +35,10 @@
|
|||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"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,17 +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",
|
|
||||||
"cifspassword": "str",
|
|
||||||
"smbv1": "bool?"
|
"smbv1": "bool?"
|
||||||
},
|
}
|
||||||
"snapshot_exclude": [
|
|
||||||
"**/Backups/*",
|
|
||||||
"**/logs/*",
|
|
||||||
"**/MediaCover/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user