Skip to content

Commit 95474ac

Browse files
bpmctammario
authored andcommitted
hotfix(docs): minor updates to workspace proxies (coder#7735)
1 parent 8e5f1f0 commit 95474ac

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/admin/workspace-proxies.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
Workspace proxies provide low-latency experiences for geo-distributed teams.
66

7-
Coder's networking does a best effort to make direct connections to a workspace. In situations where this is not possible, such as [dashboard connections](../networking/README.md#dashboard-connections), workspace proxies are able to reduce the amount of distance the network traffic needs to travel.
7+
Coder's networking does a best effort to make direct connections to a workspace. In situations where this is not possible, such as connections via the web terminal and [web IDEs](../ides/web-ides.md), workspace proxies are able to reduce the amount of distance the network traffic needs to travel.
88

9-
A workspace proxy is a relay connection a developer can choose to use when connecting with their workspace over ssh, a workspace app, port forwarding, etc.
9+
A workspace proxy is a relay connection a developer can choose to use when connecting with their workspace over SSH, a workspace app, port forwarding, etc. Dashboard connections and API calls (e.g. the workspaces list) are not served over workspace proxies.
1010

1111
![ProxyDiagram](../images/workspaceproxy/proxydiagram.png)
1212

@@ -95,5 +95,3 @@ coder wsproxy server
9595
Users can navigate to their account settings to select a workspace proxy. Workspace proxy preferences are cached by the web browser. If a proxy goes offline, the session will fall back to the primary proxy. This could take up to 60 seconds.
9696

9797
![Workspace proxy picker](../images/admin/workspace-proxy-picker.png)
98-
99-
> In a future release, Coder will automatically pick the closest workspace proxy for each user, based on browser ping.

docs/enterprise.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ trial](https://coder.com/trial).
1515
| Cost Control | [Max Workspace Autostop](./templates/#configure-max-workspace-autostop) |||
1616
| Deployment | [High Availability](./admin/high-availability.md) |||
1717
| Deployment | [Appearance](./admin/appearance.md) |||
18-
| Deployment | Isolated Terraform Runners |||
18+
| Deployment | [Isolated Terraform Runners](./admin/provisioners.md) |||
19+
| Deployment | [Workspace Proxies](./admin/workspace-proxies.md) |||
1920

2021
> Previous plans to restrict OIDC and Git Auth features in OSS have been removed
2122
> as of 2023-01-11

docs/networking/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Some Coder deployments require that all access is through the browser to comply
109109
with security policies. In these cases, pass the `--browser-only` flag to
110110
`coder server` or set `CODER_BROWSER_ONLY=true`.
111111

112+
With browser-only connections, developers can only connect to their workspaces via the web terminal and [web IDEs](../ides/web-ides.md).
113+
112114
## Troubleshooting
113115

114116
The `coder speedtest <workspace>` command measures user <-> workspace throughput.

0 commit comments

Comments
 (0)