mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 18:43:39 +02:00
Allow no auth
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
"FB_BASEURL": "/filebrowser"
|
"FB_BASEURL": "/filebrowser"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
"NoAuth": false,
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
@@ -42,6 +43,7 @@
|
|||||||
"smbv1": false
|
"smbv1": false
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"NoAuth": "bool",
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
|
|||||||
Reference in New Issue
Block a user