update README

pull/16/head
Atif Ali 2 years ago committed by Muhammad Atif Ali
parent bca8470a05
commit 4350995a4e

@ -24,6 +24,7 @@ module "code-server" {
- [code-server](https://registry.coder.com/modules/code-server): Install on start, create an app to access via the dashboard, install extensions, and pre-configure editor settings.
- [personalize](https://registry.coder.com/modules/personalize): Run a script on workspace start that allows developers to run custom commands to personalize their workspace.
- [VS Code Desktop](https://registry.coder.com/modules/vscode-desktop): Add a button to open any workspace in VS Code with a single click.
- [JetBrains Gateway](https://registry.coder.com/modules/jetbrains-gateway): Display a button to launch JetBrains Gateway IDEs in the dashboard.
## Registry
@ -40,7 +41,7 @@ To quickly start contributing with a new module, clone this repository and run:
Test a module by running an instance of Coder on your local machine:
```bash
$ coder server --in-memory
coder server --in-memory
```
Create a template and edit it to include your development module:

@ -1,4 +1,11 @@
# JetBrains Gateway (jetBrains-gateway) module
---
display_name: JetBrains Gateway
description: Add a one-click button to launch JetBrains Gateway IDEs in the dashboard.
icon: ../icons/gateway.svg
maintainer_github: coder
verified: true
---
# JetBrains Gateway
This module adds a JetBrains Gateway IDEs to your Coder template.
@ -7,7 +14,7 @@ This module adds a JetBrains Gateway IDEs to your Coder template.
To use this module, add the following snippet to your template manifest:
```hcl
module "jetbrains_gatway" {
module "jetbrains_gateway" {
source = "git::https://github.com/coder/testing-modules.git//jetbrains-gateway"
agent_id = coder_agent.main.id
agent_name = "main"

Loading…
Cancel
Save