mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
allow smbv1
This commit is contained in:
@@ -38,7 +38,11 @@
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0,
|
||||
"maxmem": 120
|
||||
"maxmem": 120,
|
||||
"networkdisks": "//IP/SHARE",
|
||||
"cifsusername": "username",
|
||||
"cifspassword": "folder",
|
||||
"smbv1": "false"
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
@@ -47,6 +51,7 @@
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool",
|
||||
"TZ": "str?"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user