feat: add password configuration for dashboard access

This commit is contained in:
Lorenzo Venerandi
2026-03-06 18:29:12 +01:00
parent 3357cd6bfb
commit 755de7f231
2 changed files with 12 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ dashboard:
# secret_path: super-secret-dashboard-path
secret_path: null
# Password for accessing protected dashboard panels.
# If null, a random password will be generated and printed in the logs.
# Can also be set via KRAWL_DASHBOARD_PASSWORD env var.
password: null
backups:
path: "backups"
cron: "*/30 * * * *"