Skip to content

Commit 597f0ca

Browse files
committed
docs: outdent remote desktop docs
Resolves #3590
1 parent 54b8e79 commit 597f0ca

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

docs/ides/remote-desktops.md

+24
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

-22
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

+5
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)