You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/windows-rdp
Parkreiner 6409ee2bba refactor: clean up current code 10 months ago
..
README.md add more context on auto login 1 year ago
devolutions-patch.js refactor: clean up patch logic for clarity 10 months ago
main.test.ts refactor: clean up current code 10 months ago
main.tf fix: remove regex search from Select-String 10 months ago

README.md

display_name description icon maintainer_github verified tags
Windows RDP RDP Server and Web Client powered by Devolutions ../.icons/desktop.svg coder false
windows
rdp
web
desktop

Windows RDP

Enable Remote Desktop + a web based client on Windows workspaces, powered by devolutions-gateway

Web RDP on Windows

Usage

module "windows_rdp" {
  count = data.coder_workspace.me.start_count
  source = "github.com/coder/modules//windows-rdp?ref=web-rdp"
  agent_id = resource.coder_agent.main.id
  resource_id = resource.google_compute_instance.dev[0].id
}

Tested on

Roadmap

  • Test on additional cloud providers
  • Automatically establish web RDP session when users click "web RDP"

    This may require forking the webapp from devolutions-gateway, modifying webapp/, building, and specifying a new static root path. Ideally we can upstream this functionality.