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/workspace-proxies.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Coder's networking does a best effort to make direct connections to a workspace.
8
8
9
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.
Deploying the workspace proxy will also register the proxy with coderd and make the workspace proxy usable. If the proxy deployment is successful, `coder proxy ls` will show an `ok` status code:
46
44
47
45
```
48
-
$ coder proxy lsPM
46
+
$ coder proxy ls
49
47
NAME URL STATUS STATUS
50
48
brazil-saopaulo https://brazil.example.com ok
51
49
europe-frankfurt https://europe.example.com ok
@@ -61,11 +59,6 @@ Other Status codes:
61
59
62
60
### Configuration
63
61
64
-
<!--
65
-
I am not sure the best way to present this.
66
-
Ideally in the future we can auto sync some of the settings with coderd.
67
-
-->
68
-
69
62
Workspace proxy configuration overlaps with a subset of the coderd configuration. To see the full list of configuration options: `coder proxy server --help`
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.
0 commit comments