Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix spell
  • Loading branch information
IamTaoChen committed Dec 17, 2025
commit 4561e43133475393dfc8afbe33e13339dd720968
2 changes: 1 addition & 1 deletion registry/IamTaoChen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ status: "community"

### ssh-linux

Provision an existing Linux system as a by deploying the Coder agent via SSH with this example template.
Provision an existing Linux system as a workspace by deploying the Coder agent via SSH with this example template.
4 changes: 2 additions & 2 deletions registry/IamTaoChen/templates/ssh-linux/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
display_name: Deploy Coder on existing Linux System
description: Provision an existing Linux system as a by deploying the Coder agent via SSH with this example template.
description: Provision an existing Linux system as a workspace by deploying the Coder agent via SSH with this example template.
icon: "../../../../.icons/linux.svg"
verified: false
tags: ["linux"]
Expand Down Expand Up @@ -52,7 +52,7 @@ The template includes the following configurable parameters:

1. Create a new workspace in Coder using this template.
2. Fill in the parameters with your Linux system's details.
3. Start the workspace—Coden will connect via SSH and deploy the agent.
3. Start the workspace—Codenr will connect via SSH and deploy the agent.
4. Access the workspace through the Coder dashboard. Selected apps (e.g., VS Code) will be available.
5. On stop, the agent process is terminated and cleaned up.

Expand Down