You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/contributing/modules.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ Understanding how modules fit into the Coder ecosystem:
41
41
42
42
The Coder Registry organizes modules into different categories based on their functionality. Here are the main types with examples of actual available modules:
43
43
44
-
###[IDE & Development Environments](https://registry.coder.com/modules?search=tag%3Aide)
44
+
###IDE & Development Environments
45
45
46
-
Integrate development environments and code editors into workspaces.
46
+
[Integrate development environments and code editors into workspaces](https://registry.coder.com/modules?search=tag%3Aide).
47
47
48
48
####Browser-based IDEs
49
49
@@ -63,9 +63,9 @@ One-click launch buttons to connect local IDE applications to your workspace. Th
63
63
-**[VS Code Desktop](https://registry.coder.com/modules/coder/vscode-desktop)**: Add a one-click button to launch VS Code Desktop
64
64
-**[Windsurf Editor](https://registry.coder.com/modules/coder/windsurf)**: Add a one-click button to launch Windsurf Editor
Provide graphical desktop environments for visual development workflows.
95
+
[Provide graphical desktop environments for visual development workflows](https://registry.coder.com/modules?search=tag%3Adesktop).
96
96
97
97
-**[Amazon DCV Windows](https://registry.coder.com/modules/coder/amazon-dcv-windows)**: Amazon DCV Server and Web Client for Windows
98
98
-**[KasmVNC](https://registry.coder.com/modules/coder/kasmvnc)**: A modern open source VNC server
99
99
-**[Windows RDP](https://registry.coder.com/modules/coder/windows-rdp)**: RDP Server and Web Client, powered by Devolutions Gateway
100
100
-**[Windows RDP Desktop](https://registry.coder.com/modules/coder/local-windows-rdp)**: Enable RDP on Windows and add a one-click Coder Desktop button for seamless access
[Connect with external services and platforms](https://registry.coder.com/modules?search=tag%3Aintegration).
114
114
115
115
-**[Hashicorp Vault Integration (GitHub)](https://registry.coder.com/modules/coder/vault-github)**: Authenticates with Vault using GitHub
116
116
-**[Hashicorp Vault Integration (JWT)](https://registry.coder.com/modules/coder/vault-jwt)**: Authenticates with Vault using a JWT from Coder's OIDC provider
@@ -153,13 +153,13 @@ module-name/
153
153
154
154
##Understanding Coder Resources
155
155
156
-
The Coder Terraform provider offers several resource types for different aspects of workspace functionality. Understanding when and how to use each resource is crucial for effective module development.
156
+
The[Coder Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs) offers several resource types for different aspects of workspace functionality. Understanding when and how to use each resource is crucial for effective module development.
Execute commands during workspace lifecycle events. This is the primary mechanism for software installation, service configuration, and environment setup.
162
+
[Execute commands during workspace lifecycle events](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script). This is the primary mechanism for software installation, service configuration, and environment setup.
####[coder_app - User Interface](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app)
195
+
####coder_app - User Interface
196
196
197
-
Create accessible applications in the Coder workspace interface, providing users with one-click access to tools and services.
197
+
[Create accessible applications in the Coder workspace interface](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app), providing users with one-click access to tools and services.
>**⚠️ Important**: Health check URLs are service-specific. Common paths include`/health`,`/healthz`,`/ping`,`/status`, or`/api/health`. Check your service's documentation or use the main service URL if no dedicated health endpoint exists.
Set environment variables in workspace sessions for tool configuration and authentication.
235
+
[Set environment variables in workspace sessions](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/env) for tool configuration and authentication.