mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* feat: Add tunnel by default If an access URL is not specified, we will always tunnel. This is from community-member feedback who exclaimed that it's confusing having the default for `coder server` display a warning message, and I agree. There is very little (maybe none) in running `coder server` without tunnel and without an access URL, so this seems like overall a much better UX. * Update install.sh Co-authored-by: Ben Potter <ben@coder.com> * Update docs/install/packages.md Co-authored-by: Ben Potter <ben@coder.com> * Fix reset pass test * Fix e2e test Co-authored-by: Ben Potter <ben@coder.com>
12 lines
286 B
Bash
12 lines
286 B
Bash
# Coder must be reachable from an external URL for users and workspaces to connect.
|
|
# e.g. https://coder.example.com
|
|
CODER_ACCESS_URL=
|
|
|
|
CODER_ADDRESS=
|
|
CODER_PG_CONNECTION_URL=
|
|
CODER_TLS_CERT_FILE=
|
|
CODER_TLS_ENABLE=
|
|
CODER_TLS_KEY_FILE=
|
|
|
|
# Run "coder server --help" for flag information.
|