mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
* feat: Add TLS support This adds numerous flags with inspiration taken from Vault for configuring TLS inside Coder. This enables secure deployments without a proxy, like Cloudflare. * Update cli/start.go Co-authored-by: Colin Adler <colin@coder.com> * Fix flag help in coder.env Co-authored-by: Colin Adler <colin@coder.com>
7 lines
148 B
Bash
7 lines
148 B
Bash
# Run "coder start --help" for flag information.
|
|
CODER_ADDRESS=
|
|
CODER_PG_CONNECTION_URL=
|
|
CODER_TLS_CERT_FILE=
|
|
CODER_TLS_ENABLE=
|
|
CODER_TLS_KEY_FILE=
|