feat: add custom docs URL to deployment config (#8590)

This commit is contained in:
Marcin Tojek
2023-07-19 13:31:17 +02:00
committed by GitHub
parent 164b816679
commit 4232a2eb96
10 changed files with 77 additions and 0 deletions

View File

@ -128,6 +128,9 @@ Use a YAML configuration file when your server launch become unwieldy.
--access-url url, $CODER_ACCESS_URL
The URL that users will use to access the Coder deployment.
--docs-url url, $CODER_DOCS_URL
Specifies the custom docs URL.
--proxy-trusted-headers string-array, $CODER_PROXY_TRUSTED_HEADERS
Headers to trust for forwarding IP addresses. e.g. Cf-Connecting-Ip,
True-Client-Ip, X-Forwarded-For.