|
1 | 1 | # Coder Registry |
2 | 2 |
|
3 | | -[Registry Site](https://registry.coder.com) • [Coder OSS repo](https://github.com/coder/coder) • [Coder Docs](https://www.coder.com/docs) • [Official Discord](https://discord.gg/coder) |
4 | | - |
5 | | -> [!NOTE] |
6 | | -> The Coder Registry repo will be updated to support Coder Templates in the next few weeks. You can currently find all official templates [in the official coder/coder repo, under `examples/templates`](https://github.com/coder/coder/tree/main/examples/templates). |
| 3 | +[Registry Site](https://registry.coder.com) • [Coder OSS](https://github.com/coder/coder) • [Coder Docs](https://www.coder.com/docs) • [Official Discord](https://discord.gg/coder) |
7 | 4 |
|
8 | 5 | [](https://github.com/coder/registry/actions/workflows/check_registry_site_health.yaml) |
9 | 6 |
|
| 7 | +> [!NOTE] |
| 8 | +> The Coder Registry repo will be updated to support Coder Templates in the coming weeks. You can currently find all official templates in the official coder/coder repo, [under the `examples/templates` directory](https://github.com/coder/coder/tree/main/examples/templates). |
| 9 | +
|
10 | 10 | Coder Registry is a community-driven platform for extending your Coder workspaces. Publish reusable Terraform as Coder Modules for users all over the world. |
11 | 11 |
|
12 | 12 | ## Overview |
13 | 13 |
|
14 | | -Coder is built on HashiCorp's open-source Terraform language, to provide developers an easy, declarative way to define the infrastructure for their remote development environments. Coder-flavored versions of Terraform allow you to mix in other, reusable Terraform snippets to add integrations with other popular development tools, such as JetBrains, Cursor, or Visual Studio Code. |
| 14 | +Coder is built on HashiCorp's open-source Terraform language to provide developers an easy, declarative way to define the infrastructure for their remote development environments. Coder-flavored versions of Terraform allow you to mix in reusable Terraform snippets to add integrations with other popular development tools, such as JetBrains, Cursor, or Visual Studio Code. |
15 | 15 |
|
16 | | -This spares you the trouble of needing to figure out how to define these integrations yourself. Simply add the correct import snippet, along with any data dependencies, and your workspace can start using that new functionality immediately. |
| 16 | +Simply add the correct import snippet, along with any data dependencies, and your workspace can start using the new functionality immediately. |
17 | 17 |
|
18 | 18 |  |
19 | 19 |
|
20 | | -More information about Coder templates [can be found here](https://coder.com/docs/admin/templates/creating-templates), while more information about modules [can be found here](https://coder.com/docs/admin/templates/extending-templates/modules). |
| 20 | +More information [about Coder Modules can be found here](https://coder.com/docs/admin/templates/extending-templates/modules), while more information [about Coder Templates can be found here](https://coder.com/docs/admin/templates/creating-templates). |
21 | 21 |
|
22 | 22 | ## Getting started |
23 | 23 |
|
24 | | -The easiest way to discover new modules and templates is by visiting [the official Coder Registry website](https://registry.coder.com/). The website is a full mirror of the Coder Registry repo, and it is where .tar versions of the various resources can be downloaded from, from within your Coder deployment. |
| 24 | +The easiest way to discover new modules and templates is by visiting [the official Coder Registry website](https://registry.coder.com/). The website is a full mirror of the Coder Registry repo, and it is where .tar versions of the various resources can be downloaded from, for use within your Coder deployment. |
25 | 25 |
|
26 | | -Note that while Coder has a baseline set of requirements for allowing an external PR to be merged in (i.e., published), Coder cannot vouch for the validity or functionality of a resource until that resource has been flagged with the `verified` status. [All modules under the Coder namespace](https://github.com/coder/registry/tree/main/registry/coder) are automatically verified. |
| 26 | +Note that while Coder has a baseline set of requirements for allowing an external PR to be published, Coder cannot vouch for the validity or functionality of a resource until that resource has been flagged with the `verified` status. [All modules under the Coder namespace](https://github.com/coder/registry/tree/main/registry/coder) are automatically verified. |
27 | 27 |
|
28 | 28 | ### Getting started with modules |
29 | 29 |
|
|
0 commit comments