mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +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
|
||||
options:
|
||||
env_vars: []
|
||||
auth_method: password
|
||||
panel_admin: false
|
||||
panel_icon: mdi:file-search
|
||||
privileged:
|
||||
@@ -100,6 +101,12 @@ schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
auth_method: list(password|noauth|proxy|oidc)
|
||||
cifsdomain: str?
|
||||
cifspassword: str?
|
||||
cifsusername: str?
|
||||
localdisks: str?
|
||||
networkdisks: str?
|
||||
slug: filebrowser_quantum
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
|
||||
Reference in New Issue
Block a user