Remote development environments on your infrastructure
Go to file
Cian Johnston 26740cf00d
chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548)
* Updated testingWithOwnerUser ruleguard rule to detect:
  a) Passing client from coderdenttest.New() to clitest.SetupConfig() similar to what already exists for AGPL code
  b) Usage of any method of the owner client from coderdenttest.New() - all usages of the owner client must be justified with a `//nolint:gocritic` comment.
* Fixed resulting linter complaints.
* Added new coderdtest helpers CreateGroup and UpdateTemplateMeta.
* Modified check_enterprise_import.sh to ignore scripts/rules.go.
2023-11-08 14:54:48 +00:00
.devcontainer chore: pin devcontainer.json to pre-nix image (#10417) 2023-11-06 15:01:47 +03:00
.github ci: close likely-no issues automatically (#10569) 2023-11-08 04:54:44 +00:00
.vscode chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
agent feat: add tailnet and agent API definitions (#10324) 2023-10-30 12:14:45 +04:00
buildinfo fix: consider all 'devel' builds as 'dev' builds (#9794) 2023-09-25 13:59:49 -05:00
cli feat(cli): add template filter support to exp scaletest cleanup and traffic (#10558) 2023-11-07 16:41:55 +00:00
cmd feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
coderd chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
codersdk feat: expose app insights as Prometheus metrics (#10346) 2023-11-07 17:14:59 +01:00
cryptorand chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
docs feat: add configurable cipher suites for tls listening (#10505) 2023-11-07 14:55:39 +00:00
dogfood chore(dogfood): use `coder_extrenal_auth` over deprecated `coder_git_auth` (#10208) 2023-10-12 10:30:00 +03:00
enterprise chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
examples chore: remove fly template (#10429) 2023-10-30 13:16:43 -06:00
helm feat: expose prometheus port in helm chart (#10448) 2023-11-06 14:47:28 +00:00
offlinedocs chore: bump next from 13.5.3 to 14.0.1 in /offlinedocs (#10469) 2023-11-02 09:29:56 +00:00
provisioner feat(provisioner): expose template version to provisioner (#10306) 2023-10-25 14:44:08 +03:00
provisionerd fix: fix MaliciousTar test case (#10158) 2023-10-10 13:24:43 +04:00
provisionersdk feat: modify agent install script to give `CAP_NET_ADMIN` if available (#9908) 2023-10-03 17:34:29 -05:00
pty chore(pty/ptytest): add sync.Once to close (#10220) 2023-10-11 16:47:02 +01:00
scaletest fix(scaletest/templates): fix bugs and improve debugging (#10316) 2023-10-17 15:18:49 +00:00
scripts chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
site fix: remove stray 0 when no data is in users table (#10584) 2023-11-08 09:06:14 -05:00
tailnet chore: fail server startup on invalid DERP map (#10536) 2023-11-06 23:04:07 +10:00
testutil fix: use terminal emulator that keeps state in ReconnectingPTY tests (#9765) 2023-09-19 17:57:30 +00:00
.editorconfig chore: Improve project-wide prettier formatting and ignored files (#5505) 2023-01-03 15:11:13 +02:00
.git-blame-ignore-revs chore: add #9555 to .git-blame-ignore-revs (#9557) 2023-09-06 13:10:58 -06:00
.gitattributes chore: mark `site/src/api/typesGenerated.ts` as generated (#8798) 2023-07-28 18:22:37 -05:00
.gitignore refactor: start using emotion for styling (#9909) 2023-09-29 13:08:17 -06:00
.golangci.yaml chore: enable exhaustruct linter for database param structs (#9995) 2023-10-03 09:23:45 +01:00
.prettierignore refactor: start using emotion for styling (#9909) 2023-09-29 13:08:17 -06:00
.prettierignore.include refactor(examples): pre-parse frontmatter via scripts/examplegen (#9514) 2023-09-04 20:15:29 +03:00
.prettierrc.yaml chore: format code with semicolons when using prettier (#9555) 2023-09-06 12:59:26 -06:00
.swaggo chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
LICENSE chore: Add license (#841) 2022-04-04 11:55:06 -05:00
LICENSE.enterprise Add Enterprise License text (#3932) 2022-09-07 16:55:57 +00:00
Makefile chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
README.md fix(README.md): update installation link (#10275) 2023-10-24 11:36:38 +03:00
SECURITY.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
coder.env feat: Add tunnel by default (#4399) 2022-10-07 08:05:56 -05:00
docker-compose.yaml fix: use `CODER_HTTP_ADDRESS` in `docker-compose.yml` (#7185) 2023-04-18 11:44:41 -05:00
flake.lock fix(flake.nix): add gcloud auth plugin (#9215) 2023-08-21 10:58:34 +00:00
flake.nix chore: downgrade dogfood image to postgres 13 (#9228) 2023-08-21 19:26:31 +00:00
go.mod chore: bump github.com/aws/smithy-go from 1.15.0 to 1.16.0 (#10543) 2023-11-07 11:32:47 +00:00
go.sum chore: bump github.com/aws/smithy-go from 1.15.0 to 1.16.0 (#10543) 2023-11-07 11:32:47 +00:00
install.sh feat: add `--net-admin` option to install script (#9953) 2023-10-03 23:01:46 +00:00
package.json chore: fix linting issues and generated files (#10317) 2023-10-17 14:41:35 -06:00
pnpm-lock.yaml docs: ui option for adding licenses (#9322) 2023-08-24 22:23:59 -05:00
release.key feat: PGP sign the checksum file in releases (#5757) 2023-01-18 04:45:27 +10:00
shell.nix chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00

README.md

Self-Hosted Remote Development Environments



Quickstart | Docs | Why Coder | Enterprise

discord codecov release godoc Go Report Card license

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

The most convenient way to try Coder is to install it on your local machine and experiment with provisioning development environments using Docker (works on Linux, macOS, and Windows).

# First, install Coder
curl -L https://coder.com/install.sh | sh

# Start the Coder server (caches data in ~/.cache/coder)
coder server

# Navigate to http://localhost:3000 to create your initial user
# Create a Docker template, and provision a workspace

Install

The easiest way to install Coder is to use our install script for Linux and macOS. For Windows, use the latest ..._installer.exe file from GitHub Releases.

curl -L https://coder.com/install.sh | sh

You can run the install script with --dry-run to see the commands that will be used to install without executing them. You can modify the installation process by including flags. Run the install script with --help for reference.

See install for additional methods.

Once installed, you can start a production deployment1 with a single command:

# Automatically sets up an external access URL on *.try.coder.app
coder server

# Requires a PostgreSQL instance (version 13 or higher) and external access URL
coder server --postgres-url <url> --access-url <url>

1 For production deployments, set up an external PostgreSQL instance for reliability.

Use coder --help to get a list of flags and environment variables. Use our install guides for a full walkthrough.

Documentation

Browse our docs here or visit a specific section below:

  • Templates: Templates are written in Terraform and describe the infrastructure for workspaces
  • Workspaces: Workspaces contain the IDEs, dependencies, and configuration information needed for software development
  • IDEs: Connect your existing editor to a workspace
  • Administration: Learn how to operate Coder
  • Enterprise: Learn about our paid features built for large teams

Community and Support

Feel free to open an issue if you have questions, run into bugs, or have a feature request.

Join our Discord to provide feedback on in-progress features, and chat with the community using Coder!

Contributing

Contributions are welcome! Read the contributing docs to get started.

Find our list of contributors here.

We are always working on new integrations. Feel free to open an issue to request an integration. Contributions are welcome in any official or community repositories.

Official

Community

  • Provision Coder with Terraform: Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform
  • Coder GitHub Action: A GitHub Action that updates Coder templates
  • Various Templates: Hetzner Cloud, Docker in Docker, and other templates the community has built.