Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca6b5e3

Browse files
docs: update port forwarding docs to include Coder Desktop (#18870)
Noticed that Coder Desktop was missing from port-forwarding docs whichis kind of a big feature for Coder Connect.[preview](https://coder.com/docs/@atif%2Fdesktop-ports/user-guides/workspace-access/port-forwarding)---------Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parentb4c9725 commitca6b5e3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

‎docs/user-guides/workspace-access/port-forwarding.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ Port forwarding lets developers securely access processes on their Coder
66
workspace from a local machine. A common use case is testing web applications in
77
a browser.
88

9-
There arethree ways to forward ports in Coder:
9+
There aremultiple ways to forward ports in Coder:
1010

11-
- The`coder port-forward` command
12-
- Dashboard
13-
- SSH
11+
| Method| Details|
12+
|:----------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13+
|[Coder Desktop](#coder-desktop)| Uses a VPN tunnel to your workspaces and provides access to all running ports. Supports peer-to-peer connections for the best performance.|
14+
|[`coder port-forward` command](#the-coder-port-forward-command)| Can be used to forward specific TCP or UDP ports from the remote workspace so they can be accessed locally. Supports peer-to-peer connections for the best performance.|
15+
|[Dashboard](#dashboard)| Proxies traffic through the Coder control plane.|
16+
|[SSH](#ssh)| Forwards ports over an SSH connection.|
1417

15-
The`coder port-forward` command is generally more performant than:
18+
##Coder Desktop
1619

17-
1. The Dashboard which proxies traffic through the Coder control plane versus
18-
peer-to-peer which is possible with the Coder CLI
19-
1.`sshd` which does double encryption of traffic with both Wireguard and SSH
20+
[Coder Desktop](../desktop/index.md) provides seamless access to your remote workspaces, eliminating the need to install a CLI or manually configure port forwarding.
21+
Access all your ports at`<workspace-name>.coder:PORT`.
2022

2123
##The`coder port-forward` command
2224

@@ -62,7 +64,7 @@ where each segment of hostnames must not exceed 63 characters. If your app
6264
name, agent name, workspace name and username exceed 63 characters in the
6365
hostname, port forwarding via the dashboard will not work.
6466

65-
###Froman coder_app resource
67+
###Froma coder_app resource
6668

6769
One way to port forward is to configure a`coder_app` resource in the
6870
workspace's template. This approach shows a visual application icon in the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp