Accessible at https://coder.umlcloudcomputing.org
Authenticate with your GitHub Account.
Tip
Access the CDEs are only available to UML Cloud Computing Club GitHub organization members To gain access, request admission into the organization GitHub first.
Generic and project-specific workspace templates available.
- Kubernetes
- Bitnami PostgreSQL
- Longhorn
- GitHub Actions Runner Controller (self-hosted runners)
- Coder CDE
- Cloudflare Tunnels
- GitHub Actions (CD)
/templatescontains all files related to terraform templates/taloscontains all Talos machineconfig and talosconfig files/arccontains all files related to GitHub Actions Runner Controller and scale set files/helmcontains helm values file for all helm packages installed
To add a new template, simply create a new folder in /templates with the name of your template.
Within it, include a README markdown file with the following format:
---
display_name: TEMPLATE-DISPLAY-NAME
description: TEMPLATE-DESCRIPTION
icon: ICON-PATH-ON-CODER
maintainer_github: UMLCloudComputing
verified: true
tags: [kubernetes, container, ETC]
---
# YOUR TITLE
YOUR DESCRIPTIONSimilarly, name your template itself main.tf.
For structure guidance, follow the existing template k8s-pod-custom-repo as a guide.
Key details:
- Namespace must be
coder - Must not allow for more than 4 CPU cores
- Must not allow for more than 8 GB RAM
- Must not allow for more than 50 GB of storage