This commit is contained in:
Alexandre
2021-06-27 10:11:19 +02:00
committed by GitHub
parent 07d8dc7f14
commit 12997147af

View File

@@ -41,7 +41,8 @@
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"networkdisks": "//server/share", "networkdisks": "//server/share",
"cifsusername": "username", "cifsusername": "username",
"cifspassword": "password" "cifspassword": "password",
"NoAuth": true
}, },
"schema": { "schema": {
"ssl": "bool", "ssl": "bool",
@@ -50,6 +51,7 @@
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool?" "smbv1": "bool?",
"NoAuth": "bool?"
} }
} }