Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
docs: outdent remote desktop docs
Resolves #3590
  • Loading branch information
ammario committed Aug 21, 2022
commit 597f0caa4e9c7481cf793f6d16ec2c66290e917f
24 changes: 24 additions & 0 deletions docs/ides/remote-desktops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Remote Desktops

> Built-in remote desktop is on the roadmap ([#2106](https://github.com/coder/coder/issues/2106)).

## VNC Desktop

The common way to use remote desktops with Coder is through VNC.

![VNC Desktop in Coder](../images/vnc-desktop.png)

Workspace requirements:

- VNC server (e.g. [tigervnc](https://tigervnc.org/))
- VNC client (e.g. [novnc](https://novnc.com/info.html))

Installation instructions vary depending on your workspace's operating
system, platform, and build system.

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:

- Ubuntu 20.04
- TigerVNC server
- noVNC client
- XFCE Desktop
22 changes: 0 additions & 22 deletions docs/ides/web-ides.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,6 @@ resource "coder_app" "code-server" {
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.
</blockquote>

## VNC Desktop

![VNC Desktop in Coder](../images/vnc-desktop.png)

You may want a full desktop environment to develop with/preview specialized software.

Workspace requirements:

- VNC server (e.g. [tigervnc](https://tigervnc.org/))
- VNC client (e.g. [novnc](https://novnc.com/info.html))

Installation instructions will vary depending on your workspace's operating system, platform, and build system.

> Coder-provided VNC clients are on the roadmap ([#2106](https://github.com/coder/coder/issues/2106)).

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:

- Ubuntu 20.04
- TigerVNC server
- noVNC client
- XFCE Desktop

## JetBrains Projector

[JetBrains Projector](https://jetbrains.github.io/projector-client/mkdocs/latest/) is a JetBrains Incubator project which renders JetBrains IDEs in the web browser.
Expand Down
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
"title": "Emacs",
"description": "Learn how to configure Emacs with TRAMP in Coder",
"path": "./ides/emacs-tramp.md"
},
{
"title": "Remote Desktops",
"description": "Learn how to use Remote Desktops with Coder",
"path": "./ides/remote-desktops.md"
}
]
},
Expand Down