@@ -55,11 +55,11 @@ to establish these direct connections.
55
55
Setting the following flags as shown disables this logic to simplify
56
56
troubleshooting.
57
57
58
- | Flag | Value | Meaning |
59
- | ------------------------------------------------------------------------------------------ | ----------- | ------------------------------------- |
60
- | [ ` CODER_BLOCK_DIRECT ` ] ( ../reference/cli/server#--block-direct-connections ) | ` true ` | Blocks direct connections |
61
- | [ ` CODER_DERP_SERVER_STUN_ADDRESSES ` ] ( ../reference/cli/server#--derp-server-stun-addresses ) | ` "disable" ` | Disables STUN |
62
- | [ ` CODER_DERP_FORCE_WEBSOCKETS ` ] ( ../reference/cli/server#--derp-force-websockets ) | ` true ` | Forces websockets over Tailscale DERP |
58
+ | Flag | Value | Meaning |
59
+ | --------------------------------------------------------------------------------------------- | ----------- | ------------------------------------- |
60
+ | [ ` CODER_BLOCK_DIRECT ` ] ( ../reference/cli/server.md #--block-direct-connections ) | ` true ` | Blocks direct connections |
61
+ | [ ` CODER_DERP_SERVER_STUN_ADDRESSES ` ] ( ../reference/cli/server.md #--derp-server-stun-addresses ) | ` "disable" ` | Disables STUN |
62
+ | [ ` CODER_DERP_FORCE_WEBSOCKETS ` ] ( ../reference/cli/server.md #--derp-force-websockets ) | ` true ` | Forces websockets over Tailscale DERP |
63
63
64
64
### How do I configure NGINX as the reverse proxy in front of Coder?
65
65
@@ -123,14 +123,14 @@ resource "coder_app" "code-server" {
123
123
An important concept to understand is that Coder creates workspaces which have
124
124
an agent that must be able to reach the `coder server`.
125
125
126
- If the [`CODER_ACCESS_URL`](../admin/configure .md#access-url) is not accessible
127
- from a workspace, the workspace may build, but the agent cannot reach Coder, and
128
- thus the missing icons. e.g., Terminal, IDEs, Apps.
126
+ If the [`CODER_ACCESS_URL`](../admin/setup .md#access-url) is not accessible from
127
+ a workspace, the workspace may build, but the agent cannot reach Coder, and thus
128
+ the missing icons. e.g., Terminal, IDEs, Apps.
129
129
130
130
> By default, `coder server` automatically creates an Internet-accessible
131
131
> reverse proxy so that workspaces you create can reach the server.
132
132
133
- If you are doing a standalone install, e.g., on a Macbook and want to build
133
+ If you are doing a standalone install, e.g., on a MacBook and want to build
134
134
workspaces in Docker Desktop, everything is self-contained and workspaces
135
135
(containers in Docker Desktop) can reach the Coder server.
136
136
0 commit comments