File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ This is because the default bind setting is `0.0.0.0`.
122
122
You can use the configuration option ` --http-server-binding [::] ` or ENV variable ` HTTP_SERVER_BINDING=[::] ` for IPv6.
123
123
Note that on Linux this will bind to both, IPv4 and IPv6 by default.
124
124
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
+
125
130
## Build from Source
126
131
1 . Install Rust toolchain (see https://rustup.rs/ )
127
132
2 . Check out this repository (or download and extract the ZIP file)
You can’t perform that action at this time.
0 commit comments