From e1ee14d827e045d6a9ae0fb54453654577711085 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 30 Nov 2025 09:07:56 +0100 Subject: [PATCH] chore(docs): update CLI documentation --- www/docs/cli/filebrowser-config-init.md | 1 + www/docs/cli/filebrowser-config-set.md | 1 + 2 files changed, 2 insertions(+) diff --git a/www/docs/cli/filebrowser-config-init.md b/www/docs/cli/filebrowser-config-init.md index 6ea484e6..1029890f 100644 --- a/www/docs/cli/filebrowser-config-init.md +++ b/www/docs/cli/filebrowser-config-init.md @@ -21,6 +21,7 @@ filebrowser config init [flags] -a, --address string address to listen on (default "127.0.0.1") --auth.command string command for auth.method=hook --auth.header string HTTP header for auth.method=proxy + --auth.logoutPage string url of custom logout page --auth.method string authentication type (default "json") -b, --baseURL string base url --branding.color string set the theme color diff --git a/www/docs/cli/filebrowser-config-set.md b/www/docs/cli/filebrowser-config-set.md index 93515ab4..3cacdcef 100644 --- a/www/docs/cli/filebrowser-config-set.md +++ b/www/docs/cli/filebrowser-config-set.md @@ -18,6 +18,7 @@ filebrowser config set [flags] -a, --address string address to listen on (default "127.0.0.1") --auth.command string command for auth.method=hook --auth.header string HTTP header for auth.method=proxy + --auth.logoutPage string url of custom logout page --auth.method string authentication type (default "json") -b, --baseURL string base url --branding.color string set the theme color