You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/configure.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
Coder server's primary configuration is done via environment variables. For a full list
2
-
of the options, run `coder server --help` on the host.
1
+
Coder server's primary configuration is done via environment variables. For a full list of the options, run `coder server --help` or see our [CLI documentation](../cli/server.md).
Copy file name to clipboardExpand all lines: docs/networking/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ is no special geo-distribution configuration. To speed up direct connections,
51
51
move the user and workspace closer together.
52
52
53
53
If a direct connection is not available (e.g. client or server is behind NAT), Coder
54
-
will use a relayed connection. By default, [Coder uses Google's public STUN server](./cli/server.md#--derp-server-stun-addresses), but
55
-
this can be disabled or changed for [offline deployments](./install/offline.md).
54
+
will use a relayed connection. By default, [Coder uses Google's public STUN server](../cli/server#--derp-server-stun-addresses), but
55
+
this can be disabled or changed for [offline deployments](../install/offline.md).
56
56
57
57
### Relayed connections
58
58
59
-
By default, your Coder server also runs a built-in DERP relay which can be used for both public and [offline deployments](./install/offline.md).
59
+
By default, your Coder server also runs a built-in DERP relay which can be used for both public and [offline deployments](../install/offline.md).
60
60
61
61
However, Tailscale has graciously allowed us to use
62
62
[their global DERP relays](https://tailscale.com/kb/1118/custom-derp-servers/#what-are-derp-servers). You can launch `coder server` with Tailscale's DERPs like so:
@@ -131,4 +131,4 @@ INTERVAL TRANSFER BANDWIDTH
131
131
132
132
## Up next
133
133
134
-
- Learn about [Port Forwarding](./networking/port-forwarding.md)
134
+
- Learn about [Port Forwarding](./port-forwarding.md)
0 commit comments