mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 12:52:27 +00:00
Update README.md
This commit is contained in:
@@ -41,6 +41,9 @@ You can generate a default `config.toml` with
|
|||||||
rustical gen-config
|
rustical gen-config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!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`.
|
You'll have to set your database path to something like `/var/lib/rustical/db.sqlite3`.
|
||||||
There you also set your username, password, and app tokens.
|
There you also set your username, password, and app tokens.
|
||||||
Password hashes can be generated with
|
Password hashes can be generated with
|
||||||
|
|||||||
Reference in New Issue
Block a user