Skip to content

Commit bf81d89

Browse files
committed
s/coder/Coder
1 parent 4449931 commit bf81d89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/admin/networking/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Networking
22

3-
Coder's network topology has three types of nodes: workspaces, coder servers,
3+
Coder's network topology has three types of nodes: workspaces, Coder servers,
44
and users.
55

6-
The coder server must have an inbound address reachable by users and workspaces,
6+
The Coder server must have an inbound address reachable by users and workspaces,
77
but otherwise, all topologies _just work_ with Coder.
88

99
When possible, we establish direct connections between users and workspaces.
1010
Direct connections are as fast as connecting to the workspace outside of Coder.
11-
When NAT traversal fails, connections are relayed through the coder server. All
11+
When NAT traversal fails, connections are relayed through the Coder server. All
1212
user-workspace connections are end-to-end encrypted.
1313

1414
[Tailscale's open source](https://tailscale.com) backs our websocket/HTTPS
@@ -65,14 +65,14 @@ In order for clients to be able to establish direct connections:
6565
ephemeral (high) ports. If a firewall between the client and the agent
6666
blocks this UDP traffic, direct connections will not be possible.
6767

68-
## coder server
68+
## Coder server
6969

70-
Workspaces connect to the coder server via the server's external address, set
70+
Workspaces connect to the Coder server via the server's external address, set
7171
via [`ACCESS_URL`](../../admin/setup/index.md#access-url). There must not be a
7272
NAT between workspaces and coder server.
7373

74-
Users connect to the coder server's dashboard and API through its `ACCESS_URL`
75-
as well. There must not be a NAT between users and the coder server.
74+
Users connect to the Coder server's dashboard and API through its `ACCESS_URL`
75+
as well. There must not be a NAT between users and the Coder server.
7676

7777
Template admins can overwrite the site-wide access URL at the template level by
7878
leveraging the `url` argument when
@@ -89,7 +89,7 @@ and the Coder server.
8989

9090
## Web Apps
9191

92-
The coder servers relays dashboard-initiated connections between the user and
92+
The Coder servers relays dashboard-initiated connections between the user and
9393
the workspace. Web terminal <-> workspace connections are an exception and may
9494
be direct.
9595

@@ -166,7 +166,7 @@ coder server --derp-config-path derpmap.json
166166
### Dashboard connections
167167

168168
The dashboard (and web apps opened through the dashboard) are served from the
169-
coder server, so they can only be geo-distributed with High Availability mode in
169+
Coder server, so they can only be geo-distributed with High Availability mode in
170170
our Premium Edition. [Reach out to Sales](https://coder.com/contact) to learn
171171
more.
172172

0 commit comments

Comments
 (0)