Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52af89c

Browse files
committed
workspace proxies added under networking
1 parent cf80270 commit 52af89c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

docs/admin/networking/workspace-proxies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ connecting with their workspace over SSH, a workspace app, port forwarding, etc.
1313
Dashboard connections and API calls (e.g. the workspaces list) are not served
1414
over workspace proxies.
1515

16-
![ProxyDiagram](../../images/workspaceproxy/proxydiagram.png)
16+
![ProxyDiagram](../../images/admin/networking/workspace-proxies/proxydiagram.png)
1717

1818
# Deploy a workspace proxy
1919

@@ -206,7 +206,7 @@ dashboard. Workspace proxy preferences are cached by the web browser. If a proxy
206206
goes offline, the session will fall back to the primary proxy. This could take
207207
up to 60 seconds.
208208

209-
![Workspace proxy picker](../../images/workspaceproxy/ws-proxy-picker.png)
209+
![Workspace proxy picker](../../images/admin/networking/workspace-proxies/ws-proxy-picker.png)
210210

211211
## Observability
212212

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@
421421
"description": "Learn how to forward ports in Coder",
422422
"path": "./admin/networking/stun.md"
423423
},
424+
{
425+
"title": "Workspace Proxies",
426+
"description": "Run geo distributed workspace proxies",
427+
"path": "./admin/networking/workspace-proxies.md"
428+
},
424429
{
425430
"title": "Troubleshooting",
426431
"description": "Troubleshoot networking issues in Coder",

0 commit comments

Comments
 (0)