BOUNCER_NAME => BOUNCER_LABEL

This commit is contained in:
Greyscale 2024-01-25 16:03:36 +01:00
parent 3bbee25664
commit 5c3bb44734
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -43,6 +43,7 @@ These environment variables need to be applied to the CONSUMING SERVICE and not
| Key | Example | Behaviour |
|--------------------------------|-------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| BOUNCER_DOMAIN | "a.example.com" | The domain that should be directed to this container |
| BOUNCER_LABEL | "MyService" | The label that should be directed to this container |
| BOUNCER_AUTH | "username:password" e.g "root:toor" | Add a HTTP BASIC auth requirement to this hostname. |
| BOUNCER_HOST_OVERRIDE | "localhost:80" | Override the host header that is sent to the service. Useful for services that are not aware of their own hostname, or annoying things like [mitmproxy](https://github.com/mitmproxy/mitmproxy/issues/3234) |
| BOUNCER_LETSENCRYPT | Values are "yes" or "true", anything else is false | To enable, or disable Lets Encrypt service for this hostname |