chore: update frontmatter image paths
This commit is contained in:
parent
bdc46794c3
commit
5dec066159
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: MODULE_NAME
|
||||
description: Describe what this module does
|
||||
icon: ../.icons/<A_RELEVANT_ICON>.svg
|
||||
icon: ../../../.icons/<A_RELEVANT_ICON>.svg
|
||||
maintainer_github: GITHUB_USERNAME
|
||||
verified: false
|
||||
tags: [helper]
|
||||
@ -29,10 +29,10 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
|
||||
|
||||
```tf
|
||||
module "MODULE_NAME" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/modules/MODULE_NAME/coder"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/modules/MODULE_NAME/coder"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
extensions = [
|
||||
"dracula-theme.theme-dracula"
|
||||
]
|
||||
@ -51,8 +51,8 @@ module "MODULE_NAME" {
|
||||
source = "registry.coder.com/modules/MODULE_NAME/coder"
|
||||
version = "1.0.2"
|
||||
agent_id = coder_agent.example.id
|
||||
extensions = [ "dracula-theme.theme-dracula" ]
|
||||
settings = {
|
||||
extensions = ["dracula-theme.theme-dracula"]
|
||||
settings = {
|
||||
"workbench.colorTheme" = "Dracula"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Amazon DCV Windows
|
||||
description: Amazon DCV Server and Web Client for Windows
|
||||
icon: ../.icons/dcv.svg
|
||||
icon: ../../../.icons/dcv.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [windows, amazon, dcv, web, desktop]
|
||||
@ -11,7 +11,7 @@ tags: [windows, amazon, dcv, web, desktop]
|
||||
|
||||
Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions.
|
||||
|
||||

|
||||

|
||||
|
||||
Enable DCV Server and Web Client on Windows workspaces.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: airflow
|
||||
description: A module that adds Apache Airflow in your Coder template
|
||||
icon: ../.icons/airflow.svg
|
||||
icon: ../../../.icons/airflow.svg
|
||||
maintainer_github: coder
|
||||
partner_github: nataindata
|
||||
verified: true
|
||||
@ -21,4 +21,4 @@ module "airflow" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: AWS Region
|
||||
description: A parameter with human region names and icons
|
||||
icon: ../.icons/aws.svg
|
||||
icon: ../../../.icons/aws.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, parameter, regions, aws]
|
||||
@ -27,7 +27,7 @@ provider "aws" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
@ -56,7 +56,7 @@ provider "aws" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Exclude regions
|
||||
|
||||
@ -75,7 +75,7 @@ provider "aws" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Related templates
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Azure Region
|
||||
description: A parameter with human region names and icons
|
||||
icon: ../.icons/azure.svg
|
||||
icon: ../../../.icons/azure.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, parameter, azure, regions]
|
||||
@ -24,7 +24,7 @@ resource "azurem_resource_group" "example" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
@ -50,7 +50,7 @@ resource "azurerm_resource_group" "example" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Exclude Regions
|
||||
|
||||
@ -74,7 +74,7 @@ resource "azurerm_resource_group" "example" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Related templates
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Claude Code
|
||||
description: Run Claude Code in your workspace
|
||||
icon: ../.icons/claude.svg
|
||||
icon: ../../../.icons/claude.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [agent, claude-code]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: code-server
|
||||
description: VS Code in the browser
|
||||
icon: ../.icons/code.svg
|
||||
icon: ../../../.icons/code.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, ide, web]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Coder Login
|
||||
description: Automatically logs the user into Coder on their workspace
|
||||
icon: ../.icons/coder-white.svg
|
||||
icon: ../../../.icons/coder-white.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper]
|
||||
@ -20,4 +20,4 @@ module "coder-login" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Cursor IDE
|
||||
description: Add a one-click button to launch Cursor IDE
|
||||
icon: ../.icons/cursor.svg
|
||||
icon: ../../../.icons/cursor.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [ide, cursor, helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Dotfiles
|
||||
description: Allow developers to optionally bring their own dotfiles repository to customize their shell and IDE settings!
|
||||
icon: ../.icons/dotfiles.svg
|
||||
icon: ../../../.icons/dotfiles.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: File Browser
|
||||
description: A file browser for your workspace
|
||||
icon: ../.icons/filebrowser.svg
|
||||
icon: ../../../.icons/filebrowser.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, filebrowser]
|
||||
@ -20,7 +20,7 @@ module "filebrowser" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Fly.io Region
|
||||
description: A parameter with human region names and icons
|
||||
icon: ../.icons/fly.svg
|
||||
icon: ../../../.icons/fly.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, parameter, fly.io, regions]
|
||||
@ -22,7 +22,7 @@ module "fly-region" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
@ -40,7 +40,7 @@ module "fly-region" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Using custom icons and names
|
||||
|
||||
@ -63,7 +63,7 @@ module "fly-region" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Associated template
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: GCP Region
|
||||
description: Add Google Cloud Platform regions to your Coder template.
|
||||
icon: ../.icons/gcp.svg
|
||||
icon: ../../../.icons/gcp.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [gcp, regions, parameter, helper]
|
||||
@ -24,7 +24,7 @@ resource "google_compute_instance" "example" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Git Clone
|
||||
description: Clone a Git repository by URL and skip if it exists.
|
||||
icon: ../.icons/git.svg
|
||||
icon: ../../../.icons/git.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [git, helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Git commit signing
|
||||
description: Configures Git to sign commits using your Coder SSH key
|
||||
icon: ../.icons/git.svg
|
||||
icon: ../../../.icons/git.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, git]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Git Config
|
||||
description: Stores Git configuration from Coder credentials
|
||||
icon: ../.icons/git.svg
|
||||
icon: ../../../.icons/git.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, git]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Github Upload Public Key
|
||||
description: Automates uploading Coder public key to Github so users don't have to.
|
||||
icon: ../.icons/github.svg
|
||||
icon: ../../../.icons/github.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, git]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Goose
|
||||
description: Run Goose in your workspace
|
||||
icon: ../.icons/goose.svg
|
||||
icon: ../../../.icons/goose.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [agent, goose]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: "HCP Vault Secrets"
|
||||
description: "Fetch secrets from HCP Vault"
|
||||
icon: ../.icons/vault.svg
|
||||
icon: ../../../.icons/vault.svg
|
||||
maintainer_github: coder
|
||||
partner_github: hashicorp
|
||||
verified: true
|
||||
@ -28,7 +28,7 @@ To configure the HCP Vault Secrets module, follow these steps,
|
||||
|
||||
1. [Create secrets in HCP Vault Secrets](https://developer.hashicorp.com/vault/tutorials/hcp-vault-secrets-get-started/hcp-vault-secrets-create-secret)
|
||||
2. Create an HCP Service Principal from the HCP Vault Secrets app in the HCP console. This will give you the `HCP_CLIENT_ID` and `HCP_CLIENT_SECRET` that you need to authenticate with HCP Vault Secrets.
|
||||

|
||||

|
||||
3. Set `HCP_CLIENT_ID` and `HCP_CLIENT_SECRET` variables on the coder provisioner (recommended) or supply them as input to the module.
|
||||
4. Set the `project_id`. This is the ID of the project where the HCP Vault Secrets app is running.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: JetBrains Gateway
|
||||
description: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard.
|
||||
icon: ../.icons/gateway.svg
|
||||
icon: ../../../.icons/gateway.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [ide, jetbrains, helper, parameter]
|
||||
@ -26,7 +26,7 @@ module "jetbrains_gateway" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: JFrog (OAuth)
|
||||
description: Install the JF CLI and authenticate with Artifactory using OAuth.
|
||||
icon: ../.icons/jfrog.svg
|
||||
icon: ../../../.icons/jfrog.svg
|
||||
maintainer_github: coder
|
||||
partner_github: jfrog
|
||||
verified: true
|
||||
@ -12,7 +12,7 @@ tags: [integration, jfrog]
|
||||
|
||||
Install the JF CLI and authenticate package managers with Artifactory using OAuth configured via the Coder [`external-auth`](https://coder.com/docs/v2/latest/admin/external-auth) feature.
|
||||
|
||||

|
||||

|
||||
|
||||
```tf
|
||||
module "jfrog" {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: JFrog (Token)
|
||||
description: Install the JF CLI and authenticate with Artifactory using Artifactory terraform provider.
|
||||
icon: ../.icons/jfrog.svg
|
||||
icon: ../../../.icons/jfrog.svg
|
||||
maintainer_github: coder
|
||||
partner_github: jfrog
|
||||
verified: true
|
||||
@ -33,7 +33,7 @@ For detailed instructions, please see this [guide](https://coder.com/docs/v2/lat
|
||||
> Note
|
||||
> This module does not install `npm`, `go`, `pip`, etc but only configure them. You need to handle the installation of these tools yourself.
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Jupyter Notebook
|
||||
description: A module that adds Jupyter Notebook in your Coder template.
|
||||
icon: ../.icons/jupyter.svg
|
||||
icon: ../../../.icons/jupyter.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [jupyter, helper, ide, web]
|
||||
@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web]
|
||||
|
||||
A module that adds Jupyter Notebook in your Coder template.
|
||||
|
||||

|
||||

|
||||
|
||||
```tf
|
||||
module "jupyter-notebook" {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: JupyterLab
|
||||
description: A module that adds JupyterLab in your Coder template.
|
||||
icon: ../.icons/jupyter.svg
|
||||
icon: ../../../.icons/jupyter.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [jupyter, helper, ide, web]
|
||||
@ -11,7 +11,7 @@ tags: [jupyter, helper, ide, web]
|
||||
|
||||
A module that adds JupyterLab in your Coder template.
|
||||
|
||||

|
||||

|
||||
|
||||
```tf
|
||||
module "jupyterlab" {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: KasmVNC
|
||||
description: A modern open source VNC server
|
||||
icon: ../.icons/kasmvnc.svg
|
||||
icon: ../../../.icons/kasmvnc.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, vnc, desktop]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Personalize
|
||||
description: Allow developers to customize their workspace on start
|
||||
icon: ../.icons/personalize.svg
|
||||
icon: ../../../.icons/personalize.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Slack Me
|
||||
description: Send a Slack message when a command finishes inside a workspace!
|
||||
icon: ../.icons/slack.svg
|
||||
icon: ../../../.icons/slack.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Hashicorp Vault Integration (GitHub)
|
||||
description: Authenticates with Vault using GitHub
|
||||
icon: ../.icons/vault.svg
|
||||
icon: ../../../.icons/vault.svg
|
||||
maintainer_github: coder
|
||||
partner_github: hashicorp
|
||||
verified: true
|
||||
@ -34,7 +34,7 @@ or using the Vault API:
|
||||
curl -H "X-Vault-Token: ${VAULT_TOKEN}" -X GET "${VAULT_ADDR}/v1/coder/secrets/data/coder"
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Hashicorp Vault Integration (JWT)
|
||||
description: Authenticates with Vault using a JWT from Coder's OIDC provider
|
||||
icon: ../.icons/vault.svg
|
||||
icon: ../../../.icons/vault.svg
|
||||
maintainer_github: coder
|
||||
partner_github: hashicorp
|
||||
verified: true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Hashicorp Vault Integration (Token)
|
||||
description: Authenticates with Vault using Token
|
||||
icon: ../.icons/vault.svg
|
||||
icon: ../../../.icons/vault.svg
|
||||
maintainer_github: coder
|
||||
partner_github: hashicorp
|
||||
verified: true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: VS Code Desktop
|
||||
description: Add a one-click button to launch VS Code Desktop
|
||||
icon: ../.icons/code.svg
|
||||
icon: ../../../.icons/code.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [ide, vscode, helper]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: VS Code Web
|
||||
description: VS Code Web - Visual Studio Code in the browser
|
||||
icon: ../.icons/code.svg
|
||||
icon: ../../../.icons/code.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [helper, ide, vscode, web]
|
||||
@ -21,7 +21,7 @@ module "vscode-web" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: Windows RDP
|
||||
description: RDP Server and Web Client, powered by Devolutions Gateway
|
||||
icon: ../.icons/desktop.svg
|
||||
icon: ../../../.icons/desktop.svg
|
||||
maintainer_github: coder
|
||||
verified: true
|
||||
tags: [windows, rdp, web, desktop]
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: nodejs
|
||||
description: Install Node.js via nvm
|
||||
icon: ../.icons/node.svg
|
||||
icon: ../../../.icons/node.svg
|
||||
maintainer_github: TheZoker
|
||||
verified: false
|
||||
tags: [helper]
|
||||
@ -39,7 +39,7 @@ module "nodejs" {
|
||||
}
|
||||
```
|
||||
|
||||
### Full example
|
||||
## Full example
|
||||
|
||||
A example with all available options:
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: exoscale-instance-type
|
||||
description: A parameter with human readable exoscale instance names
|
||||
icon: ../.icons/exoscale.svg
|
||||
icon: ../../../.icons/exoscale.svg
|
||||
maintainer_github: WhizUs
|
||||
verified: false
|
||||
tags: [helper, parameter, instances, exoscale]
|
||||
@ -35,7 +35,7 @@ resource "coder_metadata" "workspace_info" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
@ -72,7 +72,7 @@ resource "coder_metadata" "workspace_info" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Use category and exclude type
|
||||
|
||||
@ -110,7 +110,7 @@ resource "coder_metadata" "workspace_info" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Related templates
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
display_name: exoscale-zone
|
||||
description: A parameter with human zone names and icons
|
||||
icon: ../.icons/exoscale.svg
|
||||
icon: ../../../.icons/exoscale.svg
|
||||
maintainer_github: WhizUs
|
||||
verified: false
|
||||
tags: [helper, parameter, zones, regions, exoscale]
|
||||
@ -34,7 +34,7 @@ resource "exoscale_compute_instance" "instance" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Examples
|
||||
|
||||
@ -69,7 +69,7 @@ resource "exoscale_compute_instance" "instance" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
### Exclude regions
|
||||
|
||||
@ -93,7 +93,7 @@ resource "exoscale_compute_instance" "instance" {
|
||||
}
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Related templates
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user