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

chore: fixes typo

This commit is contained in:
Amir Raminfar
2023-10-31 12:33:43 -07:00
parent 701f16fcc2
commit c75b5a598d

View File

@@ -224,7 +224,7 @@ Dozzle uses [JWT](https://en.wikipedia.org/wiki/JSON_Web_Token) to generate toke
## Single Username/Password ## Single Username/Password
::: danger ::: danger
`--username` and `--passowrd` flags will be removed in v6.x in favor of `--auth-provider`. `--username` and `--password` flags will be removed in v6.x in favor of `--auth-provider`.
::: :::
Dozzle supports a very simple authentication out of the box with just username and password. You should deploy using SSL to keep the credentials safe. See configuration to use `--username` and `--password`. You can also use docker secrets `--usernamefile` and `--passwordfile`. Dozzle supports a very simple authentication out of the box with just username and password. You should deploy using SSL to keep the credentials safe. See configuration to use `--username` and `--password`. You can also use docker secrets `--usernamefile` and `--passwordfile`.