README: improve documentation on how to generate password hash

This commit is contained in:
2026-03-15 15:24:13 +01:00
parent 2d0bce143a
commit 97198efb1c

View File

@@ -28,7 +28,7 @@ Or with a volume, for example if you created a volume named `bibliomane_data`:
`--add-user` or `-a` can be used to create an account on startup. It requires a string following htpasswd format `[username]:[bcrypt hashed password]`.
The password can be generated using `htpasswd -nB [username]`.
The password can be generated using `htpasswd -nBC10 [username]`.
For example, to create an user account `demo`: