From b7c844869da6c7ea422150a9d259b37af87f7d14 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 19 May 2025 22:03:24 +0500 Subject: [PATCH 1/2] Update README tags for clarity and consistency --- registry/coder/modules/claude-code/README.md | 2 +- registry/coder/modules/cursor/README.md | 2 +- registry/coder/modules/devcontainers-cli/README.md | 2 +- registry/coder/modules/dotfiles/README.md | 2 +- registry/coder/modules/filebrowser/README.md | 2 +- registry/coder/modules/git-commit-signing/README.md | 4 ++-- registry/coder/modules/git-config/README.md | 2 +- registry/coder/modules/github-upload-public-key/README.md | 2 +- registry/coder/modules/goose/README.md | 2 +- registry/coder/modules/hcp-vault-secrets/README.md | 2 +- registry/coder/modules/jfrog-oauth/README.md | 2 +- registry/coder/modules/jupyter-notebook/README.md | 2 +- registry/coder/modules/jupyterlab/README.md | 2 +- registry/coder/modules/slackme/README.md | 2 +- registry/coder/modules/vault-github/README.md | 2 +- registry/coder/modules/vault-jwt/README.md | 4 ++-- registry/coder/modules/vault-token/README.md | 2 +- registry/coder/modules/vscode-desktop/README.md | 2 +- registry/coder/modules/vscode-web/README.md | 2 +- registry/coder/modules/windsurf/README.md | 2 +- registry/nataindata/modules/apache-airflow/README.md | 3 +-- registry/thezoker/modules/nodejs/README.md | 2 +- 22 files changed, 24 insertions(+), 25 deletions(-) diff --git a/registry/coder/modules/claude-code/README.md b/registry/coder/modules/claude-code/README.md index 6ba18bf2e..f6b3b2a93 100644 --- a/registry/coder/modules/claude-code/README.md +++ b/registry/coder/modules/claude-code/README.md @@ -4,7 +4,7 @@ description: Run Claude Code in your workspace icon: ../../../../.icons/claude.svg maintainer_github: coder verified: true -tags: [agent, claude-code] +tags: [agent, claude-code, ai] --- # Claude Code diff --git a/registry/coder/modules/cursor/README.md b/registry/coder/modules/cursor/README.md index cd7116ae2..9ee3ecfaa 100644 --- a/registry/coder/modules/cursor/README.md +++ b/registry/coder/modules/cursor/README.md @@ -4,7 +4,7 @@ description: Add a one-click button to launch Cursor IDE icon: ../../../../.icons/cursor.svg maintainer_github: coder verified: true -tags: [ide, cursor, helper] +tags: [ide, cursor, helper, ai] --- # Cursor IDE diff --git a/registry/coder/modules/devcontainers-cli/README.md b/registry/coder/modules/devcontainers-cli/README.md index 99a497acf..e5a76ed53 100644 --- a/registry/coder/modules/devcontainers-cli/README.md +++ b/registry/coder/modules/devcontainers-cli/README.md @@ -4,7 +4,7 @@ description: devcontainers-cli module provides an easy way to install @devcontai icon: ../../../../.icons/devcontainers.svg verified: true maintainer_github: coder -tags: [devcontainers] +tags: [devcontainers, helper] --- # devcontainers-cli diff --git a/registry/coder/modules/dotfiles/README.md b/registry/coder/modules/dotfiles/README.md index a4552e7fb..9d087ffde 100644 --- a/registry/coder/modules/dotfiles/README.md +++ b/registry/coder/modules/dotfiles/README.md @@ -4,7 +4,7 @@ description: Allow developers to optionally bring their own dotfiles repository icon: ../../../../.icons/dotfiles.svg maintainer_github: coder verified: true -tags: [helper] +tags: [helper, dotfiles] --- # Dotfiles diff --git a/registry/coder/modules/filebrowser/README.md b/registry/coder/modules/filebrowser/README.md index dfe97594e..b49e65ed4 100644 --- a/registry/coder/modules/filebrowser/README.md +++ b/registry/coder/modules/filebrowser/README.md @@ -4,7 +4,7 @@ description: A file browser for your workspace icon: ../../../../.icons/filebrowser.svg maintainer_github: coder verified: true -tags: [helper, filebrowser] +tags: [helper, filebrowser, web] --- # File Browser diff --git a/registry/coder/modules/git-commit-signing/README.md b/registry/coder/modules/git-commit-signing/README.md index 60db75837..fed69b46e 100644 --- a/registry/coder/modules/git-commit-signing/README.md +++ b/registry/coder/modules/git-commit-signing/README.md @@ -4,12 +4,12 @@ description: Configures Git to sign commits using your Coder SSH key icon: ../../../../.icons/git.svg maintainer_github: coder verified: true -tags: [helper, git] +tags: [helper, git, coder] --- # git-commit-signing -> [!IMPORTANT] +> [!IMPORTANT] > This module will only work with Git versions >=2.34, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/). This module downloads your SSH key from Coder and uses it to sign commits with Git. diff --git a/registry/coder/modules/git-config/README.md b/registry/coder/modules/git-config/README.md index 72337c912..b230024f7 100644 --- a/registry/coder/modules/git-config/README.md +++ b/registry/coder/modules/git-config/README.md @@ -4,7 +4,7 @@ description: Stores Git configuration from Coder credentials icon: ../../../../.icons/git.svg maintainer_github: coder verified: true -tags: [helper, git] +tags: [helper, git, coder] --- # git-config diff --git a/registry/coder/modules/github-upload-public-key/README.md b/registry/coder/modules/github-upload-public-key/README.md index d010633a0..70f2448ff 100644 --- a/registry/coder/modules/github-upload-public-key/README.md +++ b/registry/coder/modules/github-upload-public-key/README.md @@ -4,7 +4,7 @@ description: Automates uploading Coder public key to Github so users don't have icon: ../../../../.icons/github.svg maintainer_github: coder verified: true -tags: [helper, git] +tags: [helper, git, coder] --- # github-upload-public-key diff --git a/registry/coder/modules/goose/README.md b/registry/coder/modules/goose/README.md index b8673ed1f..6ebdf9d22 100644 --- a/registry/coder/modules/goose/README.md +++ b/registry/coder/modules/goose/README.md @@ -4,7 +4,7 @@ description: Run Goose in your workspace icon: ../../../../.icons/goose.svg maintainer_github: coder verified: true -tags: [agent, goose] +tags: [agent, goose, ai] --- # Goose diff --git a/registry/coder/modules/hcp-vault-secrets/README.md b/registry/coder/modules/hcp-vault-secrets/README.md index e18d2fea0..bba62c7d8 100644 --- a/registry/coder/modules/hcp-vault-secrets/README.md +++ b/registry/coder/modules/hcp-vault-secrets/README.md @@ -5,7 +5,7 @@ icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true -tags: [helper, integration, vault, hashicorp, hvs] +tags: [integration, vault, hashicorp, hvs] --- # HCP Vault Secrets diff --git a/registry/coder/modules/jfrog-oauth/README.md b/registry/coder/modules/jfrog-oauth/README.md index e8a6a5f6a..a1b9d2954 100644 --- a/registry/coder/modules/jfrog-oauth/README.md +++ b/registry/coder/modules/jfrog-oauth/README.md @@ -5,7 +5,7 @@ icon: ../../../../.icons/jfrog.svg maintainer_github: coder partner_github: jfrog verified: true -tags: [integration, jfrog] +tags: [integration, jfrog, helper] --- # JFrog diff --git a/registry/coder/modules/jupyter-notebook/README.md b/registry/coder/modules/jupyter-notebook/README.md index 105863ab9..d3754e21e 100644 --- a/registry/coder/modules/jupyter-notebook/README.md +++ b/registry/coder/modules/jupyter-notebook/README.md @@ -4,7 +4,7 @@ description: A module that adds Jupyter Notebook in your Coder template. icon: ../../../../.icons/jupyter.svg maintainer_github: coder verified: true -tags: [jupyter, helper, ide, web] +tags: [jupyter, ide, web] --- # Jupyter Notebook diff --git a/registry/coder/modules/jupyterlab/README.md b/registry/coder/modules/jupyterlab/README.md index d1bd555b4..8c3783106 100644 --- a/registry/coder/modules/jupyterlab/README.md +++ b/registry/coder/modules/jupyterlab/README.md @@ -4,7 +4,7 @@ description: A module that adds JupyterLab in your Coder template. icon: ../../../../.icons/jupyter.svg maintainer_github: coder verified: true -tags: [jupyter, helper, ide, web] +tags: [jupyter, ide, web] --- # JupyterLab diff --git a/registry/coder/modules/slackme/README.md b/registry/coder/modules/slackme/README.md index d65012bf8..ab4167600 100644 --- a/registry/coder/modules/slackme/README.md +++ b/registry/coder/modules/slackme/README.md @@ -4,7 +4,7 @@ description: Send a Slack message when a command finishes inside a workspace! icon: ../../../../.icons/slack.svg maintainer_github: coder verified: true -tags: [helper] +tags: [helper, slack] --- # Slack Me diff --git a/registry/coder/modules/vault-github/README.md b/registry/coder/modules/vault-github/README.md index 44b7cf669..2dc66e014 100644 --- a/registry/coder/modules/vault-github/README.md +++ b/registry/coder/modules/vault-github/README.md @@ -5,7 +5,7 @@ icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true -tags: [helper, integration, vault, github] +tags: [hashicorp, integration, vault, github] --- # Hashicorp Vault Integration (GitHub) diff --git a/registry/coder/modules/vault-jwt/README.md b/registry/coder/modules/vault-jwt/README.md index 53eb41bfa..c3f9199f0 100644 --- a/registry/coder/modules/vault-jwt/README.md +++ b/registry/coder/modules/vault-jwt/README.md @@ -5,7 +5,7 @@ icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true -tags: [helper, integration, vault, jwt, oidc] +tags: [hashicorp, integration, vault, jwt, oidc] --- # Hashicorp Vault Integration (JWT) @@ -109,7 +109,7 @@ resource "jwt_signed_token" "vault" { sub = "${data.coder_workspace.me.id}" aud = "https://vault.example.com" iat = provider::time::rfc3339_parse(plantimestamp()).unix - # Uncomment to set an expiry on the JWT token(default 3600 seconds). + # Uncomment to set an expiry on the JWT token(default 3600 seconds). # workspace will need to be restarted to generate a new token if it expires #exp = provider::time::rfc3339_parse(timeadd(timestamp(), 3600)).unix agent = coder_agent.main.id provisioner = data.coder_provisioner.main.id diff --git a/registry/coder/modules/vault-token/README.md b/registry/coder/modules/vault-token/README.md index 26428dfa5..fdbc5e390 100644 --- a/registry/coder/modules/vault-token/README.md +++ b/registry/coder/modules/vault-token/README.md @@ -5,7 +5,7 @@ icon: ../../../../.icons/vault.svg maintainer_github: coder partner_github: hashicorp verified: true -tags: [helper, integration, vault, token] +tags: [hashicorp, integration, vault, token] --- # Hashicorp Vault Integration (Token) diff --git a/registry/coder/modules/vscode-desktop/README.md b/registry/coder/modules/vscode-desktop/README.md index 72e399b73..38fee3639 100644 --- a/registry/coder/modules/vscode-desktop/README.md +++ b/registry/coder/modules/vscode-desktop/README.md @@ -4,7 +4,7 @@ description: Add a one-click button to launch VS Code Desktop icon: ../../../../.icons/code.svg maintainer_github: coder verified: true -tags: [ide, vscode, helper] +tags: [ide, vscode] --- # VS Code Desktop diff --git a/registry/coder/modules/vscode-web/README.md b/registry/coder/modules/vscode-web/README.md index 0690c5ada..77d4e43b1 100644 --- a/registry/coder/modules/vscode-web/README.md +++ b/registry/coder/modules/vscode-web/README.md @@ -4,7 +4,7 @@ description: VS Code Web - Visual Studio Code in the browser icon: ../../../../.icons/code.svg maintainer_github: coder verified: true -tags: [helper, ide, vscode, web] +tags: [ide, vscode, web] --- # VS Code Web diff --git a/registry/coder/modules/windsurf/README.md b/registry/coder/modules/windsurf/README.md index 3fdd90731..277609dc0 100644 --- a/registry/coder/modules/windsurf/README.md +++ b/registry/coder/modules/windsurf/README.md @@ -4,7 +4,7 @@ description: Add a one-click button to launch Windsurf Editor icon: ../../../../.icons/windsurf.svg maintainer_github: coder verified: true -tags: [ide, windsurf, helper, ai] +tags: [ide, windsurf, ai] --- # Windsurf Editor diff --git a/registry/nataindata/modules/apache-airflow/README.md b/registry/nataindata/modules/apache-airflow/README.md index 4e0ae1c26..619dd7ee3 100644 --- a/registry/nataindata/modules/apache-airflow/README.md +++ b/registry/nataindata/modules/apache-airflow/README.md @@ -3,9 +3,8 @@ display_name: airflow description: A module that adds Apache Airflow in your Coder template icon: ../../../../.icons/airflow.svg maintainer_github: nataindata -partner_github: coder verified: true -tags: [airflow, idea, web, helper] +tags: [airflow, ide, web] --- # airflow diff --git a/registry/thezoker/modules/nodejs/README.md b/registry/thezoker/modules/nodejs/README.md index 51db6f354..27533b479 100644 --- a/registry/thezoker/modules/nodejs/README.md +++ b/registry/thezoker/modules/nodejs/README.md @@ -4,7 +4,7 @@ description: Install Node.js via nvm icon: ../../../../.icons/node.svg maintainer_github: TheZoker verified: false -tags: [helper] +tags: [helper, nodejs] --- # nodejs From 7f42299cbc7270d66fef83b417de0a5b54e0e84b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 19 May 2025 22:15:42 +0500 Subject: [PATCH 2/2] Update tags for clarity and consistency - Improved tag relevance across various README files. - Removed redundant and less meaningful tags. - Ensured tags better represent the module's main purpose. --- registry/coder/modules/code-server/README.md | 2 +- registry/coder/modules/cursor/README.md | 2 +- registry/coder/modules/devcontainers-cli/README.md | 2 +- registry/coder/modules/filebrowser/README.md | 2 +- registry/coder/modules/git-commit-signing/README.md | 2 +- registry/coder/modules/git-config/README.md | 2 +- registry/coder/modules/github-upload-public-key/README.md | 2 +- registry/coder/modules/jetbrains-gateway/README.md | 2 +- registry/coder/modules/kasmvnc/README.md | 2 +- registry/coder/modules/personalize/README.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/registry/coder/modules/code-server/README.md b/registry/coder/modules/code-server/README.md index e3c73ef56..9c74b95f4 100644 --- a/registry/coder/modules/code-server/README.md +++ b/registry/coder/modules/code-server/README.md @@ -4,7 +4,7 @@ description: VS Code in the browser icon: ../../../../.icons/code.svg maintainer_github: coder verified: true -tags: [helper, ide, web] +tags: [ide, web, code-server] --- # code-server diff --git a/registry/coder/modules/cursor/README.md b/registry/coder/modules/cursor/README.md index 9ee3ecfaa..2c500ee1a 100644 --- a/registry/coder/modules/cursor/README.md +++ b/registry/coder/modules/cursor/README.md @@ -4,7 +4,7 @@ description: Add a one-click button to launch Cursor IDE icon: ../../../../.icons/cursor.svg maintainer_github: coder verified: true -tags: [ide, cursor, helper, ai] +tags: [ide, cursor, ai] --- # Cursor IDE diff --git a/registry/coder/modules/devcontainers-cli/README.md b/registry/coder/modules/devcontainers-cli/README.md index e5a76ed53..99a497acf 100644 --- a/registry/coder/modules/devcontainers-cli/README.md +++ b/registry/coder/modules/devcontainers-cli/README.md @@ -4,7 +4,7 @@ description: devcontainers-cli module provides an easy way to install @devcontai icon: ../../../../.icons/devcontainers.svg verified: true maintainer_github: coder -tags: [devcontainers, helper] +tags: [devcontainers] --- # devcontainers-cli diff --git a/registry/coder/modules/filebrowser/README.md b/registry/coder/modules/filebrowser/README.md index b49e65ed4..ad6c76c29 100644 --- a/registry/coder/modules/filebrowser/README.md +++ b/registry/coder/modules/filebrowser/README.md @@ -4,7 +4,7 @@ description: A file browser for your workspace icon: ../../../../.icons/filebrowser.svg maintainer_github: coder verified: true -tags: [helper, filebrowser, web] +tags: [filebrowser, web] --- # File Browser diff --git a/registry/coder/modules/git-commit-signing/README.md b/registry/coder/modules/git-commit-signing/README.md index fed69b46e..fdba4a30f 100644 --- a/registry/coder/modules/git-commit-signing/README.md +++ b/registry/coder/modules/git-commit-signing/README.md @@ -4,7 +4,7 @@ description: Configures Git to sign commits using your Coder SSH key icon: ../../../../.icons/git.svg maintainer_github: coder verified: true -tags: [helper, git, coder] +tags: [helper, git] --- # git-commit-signing diff --git a/registry/coder/modules/git-config/README.md b/registry/coder/modules/git-config/README.md index b230024f7..72337c912 100644 --- a/registry/coder/modules/git-config/README.md +++ b/registry/coder/modules/git-config/README.md @@ -4,7 +4,7 @@ description: Stores Git configuration from Coder credentials icon: ../../../../.icons/git.svg maintainer_github: coder verified: true -tags: [helper, git, coder] +tags: [helper, git] --- # git-config diff --git a/registry/coder/modules/github-upload-public-key/README.md b/registry/coder/modules/github-upload-public-key/README.md index 70f2448ff..d010633a0 100644 --- a/registry/coder/modules/github-upload-public-key/README.md +++ b/registry/coder/modules/github-upload-public-key/README.md @@ -4,7 +4,7 @@ description: Automates uploading Coder public key to Github so users don't have icon: ../../../../.icons/github.svg maintainer_github: coder verified: true -tags: [helper, git, coder] +tags: [helper, git] --- # github-upload-public-key diff --git a/registry/coder/modules/jetbrains-gateway/README.md b/registry/coder/modules/jetbrains-gateway/README.md index 6bda2345c..80165bcbf 100644 --- a/registry/coder/modules/jetbrains-gateway/README.md +++ b/registry/coder/modules/jetbrains-gateway/README.md @@ -4,7 +4,7 @@ description: Add a one-click button to launch JetBrains Gateway IDEs in the dash icon: ../../../../.icons/gateway.svg maintainer_github: coder verified: true -tags: [ide, jetbrains, helper, parameter] +tags: [ide, jetbrains, parameter, gateway] --- # JetBrains Gateway diff --git a/registry/coder/modules/kasmvnc/README.md b/registry/coder/modules/kasmvnc/README.md index df548d1c3..0e6d24cb7 100644 --- a/registry/coder/modules/kasmvnc/README.md +++ b/registry/coder/modules/kasmvnc/README.md @@ -4,7 +4,7 @@ description: A modern open source VNC server icon: ../../../../.icons/kasmvnc.svg maintainer_github: coder verified: true -tags: [helper, vnc, desktop] +tags: [vnc, desktop, kasmvnc] --- # KasmVNC diff --git a/registry/coder/modules/personalize/README.md b/registry/coder/modules/personalize/README.md index 3a5b2cba7..d6bff9ae8 100644 --- a/registry/coder/modules/personalize/README.md +++ b/registry/coder/modules/personalize/README.md @@ -4,7 +4,7 @@ description: Allow developers to customize their workspace on start icon: ../../../../.icons/personalize.svg maintainer_github: coder verified: true -tags: [helper] +tags: [helper, personalize] --- # Personalize