We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78aee4f commit 5a315d1Copy full SHA for 5a315d1
docs/about/architecture.md
@@ -311,11 +311,11 @@ across multiple regions and diverse cloud platforms.
311
- Checks out Terraform plugins from self-hosted _Registry_ mirror.
312
- Deploys workspace images stored in the self-hosted _Container Registry_.
313
314
-**Coderd instance**
+**Coder server**
315
316
-- Update checks are disabled.
317
-- Telemetry data is not collected.
318
-- Direct connections are not supported, workspace traffic is relayed through
+- Update checks are disabled (`CODER_UPDATE_CHECK=false`).
+- Telemetry data is not collected (`CODER_TELEMETRY_ENABLE=false`).
+- Direct connections are not possible, workspace traffic is relayed through
319
control plane's DERP proxy.
320
321
##### Workload supporting resources
0 commit comments