allow smbv1

This commit is contained in:
Alexandre
2021-02-19 20:02:45 +01:00
parent 1b1dd403f7
commit 947aef5294
4 changed files with 30 additions and 24 deletions

View File

@@ -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?"
}
}