Skip to content

chore(docs): add WebRDP to restructure docs #14385

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 21, 2024
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
Binary file added docs/images/user-guides/web-rdp-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user-guides/workspace-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ TODO:
- coder apps
- VSCode
- JetBrains

8 changes: 8 additions & 0 deletions docs/user-guides/workspace-access/remote-desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ or use your favorite RDP client to connect to `localhost:3399`.
![windows-rdp](../images/ides/windows_rdp_client.png)

> Note: Default username is `Administrator` and password is `coderRDP!`.

## RDP Web

Our WebRDP module in the Coder Registry adds a one-click button to open an RDP
session in the browser. This requires just a few lines of Terraform in your
template, see the documentation on our registry for setup.
Comment on lines +59 to +61
Copy link
Member

Choose a reason for hiding this comment

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

@stirby On a 2nd thought, I think this should be in admin/templates/extending-templates as a user may not know what terraform is and how the template works.

Copy link
Member

Choose a reason for hiding this comment

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

Or maybe it's fine. We can link to a page in admin/templates/ on how to do this.


![Web RDP Module in a Workspace](../../images/user-guides/web-rdp-demo.png)
Loading