-
Notifications
You must be signed in to change notification settings - Fork 6
feat(local-windows-rdp): local Windows RDP using coder desktop #119
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
base: main
Are you sure you want to change the base?
Conversation
…utilizing coder Desktop
…th usage examples and requirements
…n and custom credential checks
… features, and requirements for RDP access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few suggestion. Can you please test it on all three major clouds?
icon: ../../../../.icons/desktop.svg | ||
maintainer_github: coder | ||
verified: false | ||
tags: [rdp, windows, desktop, remote] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tags: [rdp, windows, desktop, remote] | |
coder_desktop: true | |
supported_os: [windows] | |
tags: [rdp, windows, desktop, remote] |
See coder/registry-server#204 and coder/registry-server#199. We still need to implement these in the backend.
@Parkreiner, is it fine if we add these extra metadata entries even though they are yet handled in the registry server?
## Requirements | ||
|
||
- **Coder Desktop**: Must be installed on the client machine ([Download here](https://github.com/coder/coder/releases)) | ||
- **Windows Workspace**: The target workspace must be running Windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope we can handle this using metadata, a badge, and a filter in the frontend. coder/registry-server#199
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should I leave the coder desktop requirement since it is not supported with the badges at the moment?
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
…ent_name variable, Refine examples for clarity
…tests and adjust test cases accordingly
@matifali I have commit the resolutions to your issues. I will go ahead and test these in each environment so we can verify that it works across the board before releasing. |
Introduces coder module: local-windows-rdp
Testing