-
Notifications
You must be signed in to change notification settings - Fork 100
[Template] SSH Linux - Add support for deploying Coder on existing Linux systems (bare-metal installation) #605
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
|
I'm not sure if this is needed by others and suitable, so it's just a draft |
|
Thanks for the contribution @IamTaoChen. Please move this to your own namespace. Follow the instructions here: https://coder.com/docs/about/contributing/templates |
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.
Pull request overview
This PR introduces a new Coder template that enables provisioning of existing Linux systems as Coder workspaces via SSH. The template supports both password and SSH key authentication methods, allowing users to deploy the Coder agent on bare-metal or pre-existing Linux installations without creating new infrastructure.
Key Changes
- SSH-based deployment template with configurable authentication (password or SSH key)
- Dynamic application selection (VS Code Desktop, VS Code Web, Cursor)
- Automated agent lifecycle management with startup/stop provisioners
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| registry/IamTaoChen/templates/ssh-linux/main.tf | Terraform configuration defining SSH connection, agent deployment, and application modules |
| registry/IamTaoChen/templates/ssh-linux/README.md | Template documentation covering prerequisites, architecture, parameters, and usage |
| registry/IamTaoChen/README.md | Author profile and template registry metadata |
| registry/IamTaoChen/.images/avatar.png | Author avatar image (binary) |
| .icons/linux.svg | Linux/Tux icon for template display |
|
After #606 merge, can add KasmVNC into apps
|
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.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated 4 comments.


Description
A draft that allow user connect existing linux system though coder by ssh
Type of Change
Template Information
Path:
registry/IamTaoChen/templates/ssh-linuxTesting & Validation
bun test)bun fmt)Related Issues