From d1395c5017e837503ba66be99eb24502548fb58e Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Mon, 23 Feb 2026 20:42:25 +0100 Subject: [PATCH] fix: reset dashboard secret_path to null for default configuration --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a13cc8b..9d736e5 100644 --- a/config.yaml +++ b/config.yaml @@ -23,7 +23,7 @@ dashboard: # if set to "null" this will Auto-generates random path if not set # can be set to "/dashboard" or similar <-- note this MUST include a forward slash # secret_path: super-secret-dashboard-path - secret_path: test + secret_path: null backups: path: "backups"