Allow no auth

This commit is contained in:
Alexandre
2021-02-19 23:31:53 +01:00
committed by GitHub
parent 703287e8e8
commit 26cb92f1e6

View File

@@ -33,6 +33,7 @@
"FB_BASEURL": "/filebrowser"
},
"options": {
"NoAuth": false,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
@@ -42,6 +43,7 @@
"smbv1": false
},
"schema": {
"NoAuth": "bool",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",