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

docs: remove beta label from Coder Desktop#18651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
matifali wants to merge3 commits intomain
base:main
Choose a base branch
Loading
fromcoder-desktop-ga-release
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -258,16 +258,14 @@
},
{
"title": "Coder Desktop",
"description": "Use Coder Desktop to access your workspace like it's a local machine",
"description": "Transform remote workspaces into seamless local development environments with no port forwarding required",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

we can try it, but it's not accurate - the remote workspace is not affected by your use of Desktop.

"path": "./user-guides/desktop/index.md",
"icon_path": "./images/icons/computer-code.svg",
"state": ["beta"],
"children": [
{
"title": "Coder Desktop connect and sync",
"description": "Use Coder Desktop to manage your workspace code and files locally",
"path": "./user-guides/desktop/desktop-connect-sync.md",
"state": ["beta"]
"path": "./user-guides/desktop/desktop-connect-sync.md"
}
]
},
Expand Down
5 changes: 2 additions & 3 deletionsdocs/user-guides/desktop/index.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
# Coder Desktop (Beta)
# Coder Desktop

Use Coder Desktop to work on your workspaces as though they're on your LAN, no
port-forwarding required.
Coder Desktop provides seamless access to your remote workspaces without CLI installation or manual port forwarding. Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Coder Desktop provides seamless access to your remote workspaces withoutCLI installation or manual port forwarding. Connecttoworkspace services using simple hostnames like`myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.
Coder Desktop provides seamless access to your remote workspaces withoutthe needtoinstall a CLI or configure manual port forwarding.
Connect to workspace services using simple hostnames like`myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.

> [!NOTE]
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.
Expand Down
2 changes: 1 addition & 1 deletiondocs/user-guides/workspace-access/remote-desktops.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@ coder port-forward <workspace-name> --tcp 3399:3389
Then, connect to your workspace via RDP at `localhost:3399`.
![windows-rdp](../../images/ides/windows_rdp_client.png)

### RDP with Coder Desktop (Beta)
### RDP with Coder Desktop

[Coder Desktop](../desktop/index.md)'s Coder Connect feature creates a connection to your workspaces in the background.
There is no need for port forwarding when it is enabled.
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp