This is an FAQ, tips and tricks, and best practices to get you going with Coder v2 OSS and v2 Enterprise (paid). If you're looking for an v2 enterprise trial key, fill out this form for a 30-day trial or you can sign up when creating your admin user after deploying Coder.
These templates are examples and are not supported. They are meant to show how Coder templates work and there is no service level agreement or support on them.
2023-02-03 Any templates in the deprecated directory either do not work or may not work. e.g., JetBrains no longer supports
projector
their project to run IDEs in a browser. Many of the deprecated templates useprojector
and should be ignored. JetBrains users should use JetBrains Gateway and our docs explain this in more depth.
The official v2 docs and template examples are great resources too. Also my colleague bpmct authors some amazing templates too.
The easiest and fastest way to run Coder is from the command line with the coder
binary.
Download it here
curl -fsSL https://coder.com/install.sh | sh
BTW, the coder binary is also the Coder CLI, which you use to create, push templates, even create, start, stop workspaces, API Key tokens, etc.
You can pass parameters/flags after coder server
but I have a nice coder.yaml
to easily tweak settings.
coder server --config coder.yaml
Here are some short videos installing, configuring and using Coder v2. As new features arrive, I add new videos.
Use the Docker, Kubernetes, Azure, AWS and Google Cloud templates in this repo to kick start your work. The example templates that ship with v2 are here and bpmct has some sweet templates too like podman and nifty AWS VM template that only persists the home volume.
Here are several Emoji URLs to IDE, programming language, and infrastructure emojis to make your templates pop in the Coder UI.
Coder's docs are the first place to answers but I compile things that I find are important or recurring. Here is the FAQ.
You can find API endpoints from inspecting the UI in your browser tools. Here are examples to get you going.