feat: Add section for community templates (#2401)

* feat: Add section for community templates

* Add ntimo/coder-hetzner-cloud-template
This commit is contained in:
Mathias Fredriksson 2022-06-16 19:48:44 +03:00 committed by GitHub
parent edaa3f5fc3
commit b3f2b7c80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Examples
# Templates
List examples in our CLI with `coder templates init`.
List template examples in our CLI with `coder templates init`.
> [Submit an issue](https://github.com/coder/coder/issues/new) if you encounter any issues!
@ -13,3 +13,7 @@ git clone https://github.com/coder/coder
cd examples/templates/aws-macos
coder templates create
```
## Community Templates
See the list of [Community Templates](./community-templates.md).

View File

@ -0,0 +1,12 @@
# Community Templates
This is a list of templates created by the community.
See [Getting Started](./README.md#getting-started) for how to use these templates.
> If you have created a template, see one that's missing or one that's no longer
maintained, please submit a pull request to improve this list. Thank you!
## Contents
- [ntimo/coder-hetzner-cloud-template](https://github.com/ntimo/coder-hetzner-cloud-template) - Setup a Hetzner Cloud instance as dev environment with or without vscode.