Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 4.56 KB

README.md

File metadata and controls

62 lines (36 loc) · 4.56 KB

Coder enables organizations to set up development environments in the cloud. Environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and are automatically shut down when not in use to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads that are most beneficial to them.

  • Define development environments in Terraform
    • EC2 VMs, Kubernetes Pods, Docker Containers, etc.
  • Automatically shutdown idle resources to save on costs
  • Onboard developers in seconds instead of days

Quickstart

1. Deploy using the Deploy on Render Button

Deploy to Render

2. Create your first user

Create your first user by going to https://app-name.onrender.com or your custom domain.

Set up first user

3. Create your first template

Templates: Templates are written in Terraform and describe the infrastructure for workspaces. Coder provides a set of starter templates to help you get started.

Choose a template to set up your first workspace. You can also create your own templates to define your custom infrastructure with your preferred cloud provider. starter templates

4. Create your first workspace

Workspaces: Workspaces contain the IDEs, dependencies, and configuration information needed for software development. You can create workspaces from templates. Here wea are showing the workspaces created from the Fly.io starter template in action. fly.io workspace

Optional

1. Attach a custom domain

Your Coder deployment will always be accessible at https://app-name.onrender.com. If you want to use a custom domain, you can go to Dashboard > Coder (Service) > Settings > Custom Domains and add your domain and optionally a wildcard subdomain of form *.coder.example.com.

2. Enable port-forwarding for workspace apps

Coder allows you to set an optional environment variable, CODER_WILDCARD_ACCESS_URL which lets you forward ports from your workspace to a custom wildcard subdomain of the URL you provide. This is useful if you want to access a service running in your workspace from a browser. For example, if you set CODER_WILDCARD_ACCESS_URL to *.coder.example.com, you can access a service running on port 8080 in your workspace by visiting 8080--app-name-workspace-name-.coder.example.com in your browser.

Note: This is an optional step. If you do not set this variable, you cannot access services running in your workspace from a browser. You must use a custom domain with Render and cannot use Render's built-in domain for this wildcard.

Note: You can set environment variables by going to Dashboard > Coder (Service) > Settings > Environment > Environment Variables. See our docs for more information on environment variables that can be set.

Upgrade

Coder is getting new features and improvmnets constantly and its it is suggested to stay on latest version. To upgrade,

Go to Dashboard > Coder (Service) and do a Manual Deploy. or alternativly turn on auto deployments in Dashboard > Coder (Service) > Settings > Build & Deploy > Auto Deploy.

Docs and resources