Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun authored Dec 12, 2024
1 parent 0941982 commit 40c3b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ openssl passwd -apr1 your_password

In case if both `--server.auth` and `--server.auth-hash` are set, the hash will be used.

```bash

It is truly a **bad idea** to run the server without basic auth protection, as it allows adding/removing users and updating spam samples to anyone who knows the endpoint. The only reason to run it without protection is inside the trusted network or for testing purposes. Exposing the server directly to the internet is not recommended either, as basic auth is not secure enough if used without SSL. It is better to use a reverse proxy with TLS termination in front of the server.

Expand Down

0 comments on commit 40c3b74

Please sign in to comment.