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

Commitd37fb05

Browse files
authored
docs: outdent remote desktop docs (#3614)
Resolves#3590
1 parent54b8e79 commitd37fb05

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

‎docs/ides/remote-desktops.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#Remote Desktops
2+
3+
>Built-in remote desktop is on the roadmap ([#2106](https://github.com/coder/coder/issues/2106)).
4+
5+
##VNC Desktop
6+
7+
The common way to use remote desktops with Coder is through VNC.
8+
9+
![VNC Desktop in Coder](../images/vnc-desktop.png)
10+
11+
Workspace requirements:
12+
13+
- VNC server (e.g.[tigervnc](https://tigervnc.org/))
14+
- VNC client (e.g.[novnc](https://novnc.com/info.html))
15+
16+
Installation instructions vary depending on your workspace's operating
17+
system, platform, and build system.
18+
19+
As a starting point, see the[desktop-container](https://github.com/bpmct/coder-templates/tree/main/desktop-container) community template. It builds and provisions a Dockerized workspace with the following software:
20+
21+
- Ubuntu 20.04
22+
- TigerVNC server
23+
- noVNC client
24+
- XFCE Desktop

‎docs/ides/web-ides.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -80,28 +80,6 @@ resource "coder_app" "code-server" {
8080
If the code-server integrated terminal fails to load, (i.e., xterm fails to load), go to DevTools to ensure xterm is loaded, clear your browser cache and refresh.
8181
</blockquote>
8282

83-
##VNC Desktop
84-
85-
![VNC Desktop in Coder](../images/vnc-desktop.png)
86-
87-
You may want a full desktop environment to develop with/preview specialized software.
88-
89-
Workspace requirements:
90-
91-
- VNC server (e.g.[tigervnc](https://tigervnc.org/))
92-
- VNC client (e.g.[novnc](https://novnc.com/info.html))
93-
94-
Installation instructions will vary depending on your workspace's operating system, platform, and build system.
95-
96-
>Coder-provided VNC clients are on the roadmap ([#2106](https://github.com/coder/coder/issues/2106)).
97-
98-
As a starting point, see the[desktop-container](https://github.com/bpmct/coder-templates/tree/main/desktop-container) community template. It builds & provisions a Dockerized workspace with the following software:
99-
100-
- Ubuntu 20.04
101-
- TigerVNC server
102-
- noVNC client
103-
- XFCE Desktop
104-
10583
##JetBrains Projector
10684

10785
[JetBrains Projector](https://jetbrains.github.io/projector-client/mkdocs/latest/) is a JetBrains Incubator project which renders JetBrains IDEs in the web browser.

‎docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
"title":"Emacs",
103103
"description":"Learn how to configure Emacs with TRAMP in Coder",
104104
"path":"./ides/emacs-tramp.md"
105+
},
106+
{
107+
"title":"Remote Desktops",
108+
"description":"Learn how to use Remote Desktops with Coder",
109+
"path":"./ides/remote-desktops.md"
105110
}
106111
]
107112
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp