chore: update frontmatter image paths
This commit is contained in:
parent
bdc46794c3
commit
5dec066159
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: MODULE_NAME
|
display_name: MODULE_NAME
|
||||||
description: Describe what this module does
|
description: Describe what this module does
|
||||||
icon: ../.icons/<A_RELEVANT_ICON>.svg
|
icon: ../../../.icons/<A_RELEVANT_ICON>.svg
|
||||||
maintainer_github: GITHUB_USERNAME
|
maintainer_github: GITHUB_USERNAME
|
||||||
verified: false
|
verified: false
|
||||||
tags: [helper]
|
tags: [helper]
|
||||||
@ -51,7 +51,7 @@ module "MODULE_NAME" {
|
|||||||
source = "registry.coder.com/modules/MODULE_NAME/coder"
|
source = "registry.coder.com/modules/MODULE_NAME/coder"
|
||||||
version = "1.0.2"
|
version = "1.0.2"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = coder_agent.example.id
|
||||||
extensions = [ "dracula-theme.theme-dracula" ]
|
extensions = ["dracula-theme.theme-dracula"]
|
||||||
settings = {
|
settings = {
|
||||||
"workbench.colorTheme" = "Dracula"
|
"workbench.colorTheme" = "Dracula"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Amazon DCV Windows
|
display_name: Amazon DCV Windows
|
||||||
description: Amazon DCV Server and Web Client for Windows
|
description: Amazon DCV Server and Web Client for Windows
|
||||||
icon: ../.icons/dcv.svg
|
icon: ../../../.icons/dcv.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [windows, amazon, dcv, web, desktop]
|
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.
|
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.
|
Enable DCV Server and Web Client on Windows workspaces.
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: airflow
|
display_name: airflow
|
||||||
description: A module that adds Apache Airflow in your Coder template
|
description: A module that adds Apache Airflow in your Coder template
|
||||||
icon: ../.icons/airflow.svg
|
icon: ../../../.icons/airflow.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
partner_github: nataindata
|
partner_github: nataindata
|
||||||
verified: true
|
verified: true
|
||||||
@ -21,4 +21,4 @@ module "airflow" {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Git Clone
|
display_name: Git Clone
|
||||||
description: Clone a Git repository by URL and skip if it exists.
|
description: Clone a Git repository by URL and skip if it exists.
|
||||||
icon: ../.icons/git.svg
|
icon: ../../../.icons/git.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [git, helper]
|
tags: [git, helper]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Git commit signing
|
display_name: Git commit signing
|
||||||
description: Configures Git to sign commits using your Coder SSH key
|
description: Configures Git to sign commits using your Coder SSH key
|
||||||
icon: ../.icons/git.svg
|
icon: ../../../.icons/git.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [helper, git]
|
tags: [helper, git]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Git Config
|
display_name: Git Config
|
||||||
description: Stores Git configuration from Coder credentials
|
description: Stores Git configuration from Coder credentials
|
||||||
icon: ../.icons/git.svg
|
icon: ../../../.icons/git.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [helper, git]
|
tags: [helper, git]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Github Upload Public Key
|
display_name: Github Upload Public Key
|
||||||
description: Automates uploading Coder public key to Github so users don't have to.
|
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
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [helper, git]
|
tags: [helper, git]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: Goose
|
display_name: Goose
|
||||||
description: Run Goose in your workspace
|
description: Run Goose in your workspace
|
||||||
icon: ../.icons/goose.svg
|
icon: ../../../.icons/goose.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [agent, goose]
|
tags: [agent, goose]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
display_name: "HCP Vault Secrets"
|
display_name: "HCP Vault Secrets"
|
||||||
description: "Fetch secrets from HCP Vault"
|
description: "Fetch secrets from HCP Vault"
|
||||||
icon: ../.icons/vault.svg
|
icon: ../../../.icons/vault.svg
|
||||||
maintainer_github: coder
|
maintainer_github: coder
|
||||||
partner_github: hashicorp
|
partner_github: hashicorp
|
||||||
verified: true
|
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)
|
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.
|
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.
|
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.
|
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
|
display_name: JetBrains Gateway
|
||||||
description: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard.
|
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
|
maintainer_github: coder
|
||||||
verified: true
|
verified: true
|
||||||
tags: [ide, jetbrains, helper, parameter]
|
tags: [ide, jetbrains, helper, parameter]
|
||||||
@ -26,7 +26,7 @@ module "jetbrains_gateway" {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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

|

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