Update README.md

This commit is contained in:
Lennart
2025-01-04 20:53:28 +01:00
parent 262f84410c
commit 7d83b88b88

View File

@@ -41,6 +41,15 @@ Password hashes can be generated with
rustical pwhash rustical pwhash
``` ```
#### Docker
You can also run the upper commands in Docker with
```sh
docker run --rm ghcr.io/lennart-k/rustical gen-config
docker run -it --rm ghcr.io/lennart-k/rustical pwhash
```
### Password vs app tokens ### Password vs app tokens
The password is meant as a password you use to log in to the frontend. The password is meant as a password you use to log in to the frontend.