From 5c3bb4473486cb7abd077077855214ff4cd6239b Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 25 Jan 2024 16:03:36 +0100 Subject: [PATCH] BOUNCER_NAME => BOUNCER_LABEL --- bouncer/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bouncer/Readme.md b/bouncer/Readme.md index 5d0217d..6172716 100644 --- a/bouncer/Readme.md +++ b/bouncer/Readme.md @@ -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 |