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",
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password"
"cifspassword": "password",
"NoAuth": true
},
"schema": {
"ssl": "bool",
@@ -50,6 +51,7 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?"
"smbv1": "bool?",
"NoAuth": "bool?"
}
}