mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: Add section for community templates (#2401)
* feat: Add section for community templates * Add ntimo/coder-hetzner-cloud-template
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user