Skip to content

Commit cabb623

Browse files
committed
Extended README.md with hints on how to disable basic auth
1 parent cd0c959 commit cabb623

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ This is because the default bind setting is `0.0.0.0`.
122122
You can use the configuration option `--http-server-binding [::]` or ENV variable `HTTP_SERVER_BINDING=[::]` for IPv6.
123123
Note that on Linux this will bind to both, IPv4 and IPv6 by default.
124124

125+
### Disable Basic HTTP Auth
126+
By default the application requires you to set an password to secure access via basic HTTP authentication.
127+
If you want to use other access controls (e.g. via reverse proxy),
128+
you can disable basic authentication by setting an empty string as password.
129+
125130
## Build from Source
126131
1. Install Rust toolchain (see https://rustup.rs/)
127132
2. Check out this repository (or download and extract the ZIP file)

0 commit comments

Comments
 (0)