Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
220 changes: 220 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions registry/coder/modules/local-windows-rdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ tags: [rdp, windows, desktop, local]

This module enables Remote Desktop Protocol (RDP) on Windows workspaces and adds a one-click button to launch RDP sessions directly through [Coder Desktop](https://coder.com/docs/user-guides/desktop). It provides a complete, standalone solution for RDP access, eliminating the need for manual configuration or port forwarding through the Coder CLI.

<!--
2025-07-07 - Prettier isn't formatting GFM comments properly if they don't
start with a letter.
See https://github.com/prettier/prettier/issues/15479
-->
<!-- prettier-ignore -->
> [!NOTE]
> [Coder Desktop](https://coder.com/docs/user-guides/desktop) is required on client devices to use the Local Windows RDP access feature.

Expand Down
2 changes: 1 addition & 1 deletion registry/coder/templates/aws-devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [vm, linux, aws, persistent, devcontainer]
# Remote Development on AWS EC2 VMs using a Devcontainer

Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs) with this example template.
![Architecture Diagram](./architecture.svg)
![Architecture Diagram](../../.images/aws-devcontainer-architecture.svg)

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion registry/coder/templates/gcp-devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, linux, gcp, devcontainer]

# Remote Development in a Devcontainer on Google Compute Engine

![Architecture Diagram](./architecture.svg)
![Architecture Diagram](../../.images/gcp-devcontainer-architecture.svg)

## Prerequisites

Expand Down