From 1439fd01f073f6aa8b8ccd2545345fcac1d21ecc Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 2 Feb 2025 15:24:37 +0100 Subject: [PATCH] Fix README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3424b..96ff836 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ You can generate a default `config.toml` with rustical gen-config ``` -> [!WARNING] `rustical gen-config` generates a random `frontend.secret_key`. +> [!WARNING] +> `rustical gen-config` generates a random `frontend.secret_key`. > This secret is used to generate session cookies so if it is leaked an attacker could use it to authenticate to against any endpoint (also when the frontend is disabled). You'll have to set your database path to something like `/var/lib/rustical/db.sqlite3`.