mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
docs: Update authentication.md (#2623)
This commit is contained in:
@@ -194,7 +194,7 @@ users:
|
||||
|
||||
Dozzle uses `email` to generate avatars using [Gravatar](https://gravatar.com/). It is optional.
|
||||
|
||||
The password is hashed using `sha256` which can be generated with `echo -n "secret-password" | shasum -a 256` or `echo -n "secret-password" | sha256sum` on linux.
|
||||
The password is hashed using `sha256` which can be generated with `echo -n 'secret-password' | shasum -a 256` or `echo -n 'secret-password' | sha256sum` on linux.
|
||||
|
||||
You will need to mount this file for Dozzle to find it. Here is an example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user