1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

docs: update authentication.md (#2492)

This commit is contained in:
Suresh Ramakrishnaiah
2023-11-13 18:41:25 -08:00
committed by GitHub
parent eea9813f84
commit 10ea7cfb51

View File

@@ -184,9 +184,10 @@ Dozzle supports multi-user authentication by setting `--auth-provider` to `simpl
```yml
users:
# "admin" here is username
admin:
name: "Admin"
# Just sha-256 which can be computed with echo -n password | shasum -a 256
# Just sha-256 which can be computed with "echo -n password | shasum -a 256"
password: "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
email: me@email.net
```