From c76cf786a2cb9edbe84d8efd81f8a46cf753d12f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Dec 2025 09:11:30 +0100 Subject: [PATCH] Update config.yaml with auth_method options Add authentication method options to configuration. --- filebrowser_quantum/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/filebrowser_quantum/config.yaml b/filebrowser_quantum/config.yaml index b82d7a09e..15cb118f2 100644 --- a/filebrowser_quantum/config.yaml +++ b/filebrowser_quantum/config.yaml @@ -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