mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update config.yaml with auth_method options
Add authentication method options to configuration.
This commit is contained in:
@@ -91,6 +91,7 @@ map:
|
|||||||
name: FileBrowser Quantum
|
name: FileBrowser Quantum
|
||||||
options:
|
options:
|
||||||
env_vars: []
|
env_vars: []
|
||||||
|
auth_method: password
|
||||||
panel_admin: false
|
panel_admin: false
|
||||||
panel_icon: mdi:file-search
|
panel_icon: mdi:file-search
|
||||||
privileged:
|
privileged:
|
||||||
@@ -100,6 +101,12 @@ schema:
|
|||||||
env_vars:
|
env_vars:
|
||||||
- name: match(^[A-Za-z0-9_]+$)
|
- name: match(^[A-Za-z0-9_]+$)
|
||||||
value: str?
|
value: str?
|
||||||
|
auth_method: list(password|noauth|proxy|oidc)
|
||||||
|
cifsdomain: str?
|
||||||
|
cifspassword: str?
|
||||||
|
cifsusername: str?
|
||||||
|
localdisks: str?
|
||||||
|
networkdisks: str?
|
||||||
slug: filebrowser_quantum
|
slug: filebrowser_quantum
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|||||||
Reference in New Issue
Block a user