17 lines
412 B
Markdown
17 lines
412 B
Markdown
# Coder Templates
|
|
|
|

|
|
|
|
Local registry for [Coder Wokerspaces](https://coder.phorge.fr/)
|
|
|
|
## Temaplates
|
|
|
|
- [Iaas-Instance](./iaas-instance/README.md) Run Workspaces on [Phorge IaaS](https://iaas.phorge.fr/)
|
|
|
|
## Push a new template
|
|
|
|
Go into your template, follow the `README.md` and run :
|
|
|
|
```bash
|
|
coder template push <new-template> -d .
|
|
``` |