Update config.yaml with auth_method options

Add authentication method options to configuration.
This commit is contained in:
Alexandre
2025-12-28 09:11:30 +01:00
committed by GitHub
parent c228ab8483
commit c76cf786a2

View File

@@ -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