mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: Add icons to templates (#5368)
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
name: Develop in an ECS-hosted container
|
||||
description: Get started with Linux development on AWS ECS.
|
||||
tags: [cloud, aws]
|
||||
icon: /icon/aws.png
|
||||
---
|
||||
|
||||
# aws-ecs
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Linux on AWS EC2
|
||||
description: Get started with Linux development on AWS EC2.
|
||||
tags: [cloud, aws]
|
||||
icon: /icon/aws.png
|
||||
---
|
||||
|
||||
# aws-linux
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Windows on AWS
|
||||
description: Get started with Windows development on AWS.
|
||||
tags: [cloud, aws]
|
||||
icon: /icon/aws.png
|
||||
---
|
||||
|
||||
# aws-windows
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Linux on Azure
|
||||
description: Get started with Linux development on Microsoft Azure.
|
||||
tags: [cloud, azure, linux]
|
||||
icon: /icon/azure.png
|
||||
---
|
||||
|
||||
# azure-linux
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Linux on a Digital Ocean Droplet
|
||||
description: Get started with Linux development on a Digital Ocean Droplet.
|
||||
tags: [cloud, digitalocean]
|
||||
icon: /icon/do.png
|
||||
---
|
||||
|
||||
# do-linux
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop code-server in Docker
|
||||
description: Run code-server in a Docker development environment
|
||||
tags: [local, docker]
|
||||
icon: /icon/docker.png
|
||||
---
|
||||
|
||||
# code-server in Docker
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Docker with custom image builds
|
||||
description: Build images and run workspaces on the Docker host with no image registry required
|
||||
tags: [local, docker]
|
||||
icon: /icon/docker.png
|
||||
---
|
||||
|
||||
# docker-image-builds
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Docker with a dotfiles URL
|
||||
description: Run workspaces on a Docker host using registry images
|
||||
tags: [local, docker]
|
||||
icon: /icon/docker.png
|
||||
---
|
||||
|
||||
# docker-with-dotfiles
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Docker
|
||||
description: Run workspaces on a Docker host using registry images
|
||||
tags: [local, docker]
|
||||
icon: /icon/docker.png
|
||||
---
|
||||
|
||||
# docker
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Linux on Google Cloud
|
||||
description: Get started with Linux development on Google Cloud.
|
||||
tags: [cloud, google]
|
||||
icon: /icon/gcp.png
|
||||
---
|
||||
|
||||
# gcp-linux
|
||||
@ -32,6 +33,7 @@ a service account:
|
||||
|
||||
1. Click **Create and continue**, and choose the following IAM roles to grant to
|
||||
the service account:
|
||||
|
||||
- Compute Admin
|
||||
- Service Account User
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in a container on a Google Cloud VM
|
||||
description: Get started with Linux development on Google Cloud.
|
||||
tags: [cloud, google, container]
|
||||
icon: /icon/gcp.png
|
||||
---
|
||||
|
||||
# gcp-vm-container
|
||||
@ -32,6 +33,7 @@ a service account:
|
||||
|
||||
1. Click **Create and continue**, and choose the following IAM roles to grant to
|
||||
the service account:
|
||||
|
||||
- Compute Admin
|
||||
- Service Account User
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Windows on Google Cloud
|
||||
description: Get started with Windows development on Google Cloud.
|
||||
tags: [cloud, google]
|
||||
icon: /icon/gcp.png
|
||||
---
|
||||
|
||||
# gcp-windows
|
||||
@ -32,6 +33,7 @@ a service account:
|
||||
|
||||
1. Click **Create and continue**, and choose the following IAM roles to grant to
|
||||
the service account:
|
||||
|
||||
- Compute Admin
|
||||
- Service Account User
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
name: Develop in Kubernetes
|
||||
description: Get started with Kubernetes development.
|
||||
tags: [cloud, kubernetes]
|
||||
icon: /icon/k8s.png
|
||||
---
|
||||
|
||||
# Getting started
|
||||
|
BIN
site/static/icon/aws.png
Normal file
BIN
site/static/icon/aws.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
site/static/icon/azure.png
Normal file
BIN
site/static/icon/azure.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
site/static/icon/do.png
Normal file
BIN
site/static/icon/do.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
site/static/icon/docker.png
Normal file
BIN
site/static/icon/docker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
site/static/icon/gcp.png
Normal file
BIN
site/static/icon/gcp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
site/static/icon/k8s.png
Normal file
BIN
site/static/icon/k8s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user