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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,25 @@ Workspace proxies can be used in the browser by navigating to the user `Account
25
25
Create the workspace proxy and make sure to save the returned authentication token for said proxy. This is the token the workspace proxy will use to authenticate back to primary coderd.
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:
43
+
Deploying the workspace proxy will also register the proxy with coderd and make the workspace proxy usable. If the proxy deployment is successful, `coder wsproxy ls` will show an `ok` status code:
44
44
45
45
```
46
-
$ coder proxy ls
46
+
$ coder wsproxy ls
47
47
NAME URL STATUS STATUS
48
48
brazil-saopaulo https://brazil.example.com ok
49
49
europe-frankfurt https://europe.example.com ok
@@ -54,12 +54,12 @@ Other Status codes:
54
54
55
55
-`unregistered` : The workspace proxy was created, and not yet deployed
56
56
-`unreachable` : The workspace proxy was registered, but is not responding. Likely the proxy went offline.
57
-
-`unhealthy` : The workspace proxy is reachable, but has some issue that is preventing the proxy from being used. `coder proxy ls` should show the error message.
57
+
-`unhealthy` : The workspace proxy is reachable, but has some issue that is preventing the proxy from being used. `coder wsproxy ls` should show the error message.
58
58
-`ok` : The workspace proxy is healthy and working properly!
59
59
60
60
### Configuration
61
61
62
-
Workspace proxy configuration overlaps with a subset of the coderd configuration. To see the full list of configuration options: `coder proxy server --help`
62
+
Workspace proxy configuration overlaps with a subset of the coderd configuration. To see the full list of configuration options: `coder wsproxy server --help`
63
63
64
64
```bash
65
65
# Proxy specific configuration. These are REQUIRED
0 commit comments