mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 10:27:43 +01:00
Allow no auth
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user