See the CHANGELOG.md file for the latest updates and changes to this project.
I am no longer with Coder so only maintain a handful of Docker-based templates for my own development needs. All the best with your Coder journey!
If you're looking for an v2 trial key, fill out this form for a 30-day trial or you can sign up when creating your admin user after deploying Coder.
If you want to install and manage Coder deployments with Nuon, check out the blog post here.
Here is an additional repo coder-hw with a Python-based CLI using the Coder API.
The official v2 docs and template examples are great resources too. Also my colleague bpmct authors some amazing templates too.
I recommend using Coder-maintained templates and modules in the Coder Registry.
Within the src\templates
directory, you'll find the handful of Docker-based templates that I use personally. Any other templates in the notmaintained
directory are no longer maintained but you'll welcome to use them as a reference.
You can find API endpoints from inspecting the UI in your browser tools. Here are examples to get you going. This new repo coder-hw heavily uses the Coder API with a Python-based CLI app.
Coder's docs are the first place to answers.
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
To specify a version and dry run before actually installing
curl -L https://coder.com/install.sh | sh -s -- --dry-run --version 2.10.0
Using fsS along with L, causes curl
to fail silently on server errors, preventing showing the progress meter, and still show an error if it fails.
If you're on macOS and not a fan of brew
like me, make sure you run this command instead:
curl -fsSL https://coder.com/install.sh | sh -s -- --method standalone
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
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.
This project is licensed under the MIT License
Please note that this program is not actively maintained or tested. While it may work as intended, it's possible that it will break or behave unexpectedly due to changes in dependencies, environments, or other factors.
Use this program at your own risk, and be aware that:
- Bugs may not be fixed
- Compatibility issues may arise
- Security vulnerabilities may exist
If you encounter any issues or have concerns, feel free to open an issue or submit a pull request.