update README
This commit is contained in:
@@ -5,6 +5,7 @@ Enjoy official, community, and partner modules to extend your Coder workspace.
|
|||||||
- [code-server](https://registry.coder.com/modules/code-server): Run VS Code in the browser
|
- [code-server](https://registry.coder.com/modules/code-server): Run VS Code in the browser
|
||||||
- [personalize](https://registry.coder.com/modules/personalize): Execute a user-specific script on start
|
- [personalize](https://registry.coder.com/modules/personalize): Execute a user-specific script on start
|
||||||
- [VS Code Desktop](https://registry.coder.com/modules/vscode-desktop): Display a button to launch VS Code desktop in the dashboard.
|
- [VS Code Desktop](https://registry.coder.com/modules/vscode-desktop): Display a button to launch VS Code desktop in the dashboard.
|
||||||
|
- [JetBrains Gateway](https://registry.coder.com/modules/jetbrains-gateway): Display a button to launch JetBrains Gateway IDEs in the dashboard.
|
||||||
|
|
||||||
## Registry
|
## Registry
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
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:
|
To use this module, add the following snippet to your template manifest:
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
module "jetbrains_gatway" {
|
module "jetbrains_gateway" {
|
||||||
source = "git::https://github.com/coder/testing-modules.git//jetbrains-gateway"
|
source = "git::https://github.com/coder/testing-modules.git//jetbrains-gateway"
|
||||||
agent_id = coder_agent.main.id
|
agent_id = coder_agent.main.id
|
||||||
agent_name = "main"
|
agent_name = "main"
|
||||||
|
|||||||
Reference in New Issue
Block a user