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:
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user