Coder.com

C

Coder.com

Community server for Coder.com, an open-source platform for cloud development environments.

Join

help

📢︱announcements

macOS/Xcode support

Is it possible to create macOS environments in Coder for developing Mac apps with Xcode?

Do ai task instances have the ssh keys as the workspace owner?

I tested around with AI tasks with some of my instances by converting one of my EC two templates to an AI task template. I noticed that when cloning a GitHub, it didn’t go through because of SSH keys issue.

Claude vscode extension on code-server auth going to localhost

Having an issue authenticating with Claude vs ode extension. I have tried manual token "generates in Claude console" but just hangs like it will be doing something. When I try to login with a subscription it goes to a local host callback. How do I fix this? Has anyone else had this issue?

Unable to use jetbrains toolbox template, "Failed to query available provider packages"

``` Error: Failed to query available provider packages Could not retrieve the list of available versions for provider coder/coder: locked provider registry.terraform.io/coder/coder 0.23.0 does not match configured version constraint >= 0.17.0, >= 2.5.0; must use terraform init...

🐳 Workspace DIND — “directory not empty” error when stopping workspace automatically

Hey everyone, I’m running a self-hosted Coder (latest version) setup, with a Docker-in-Docker (DIND) workspace template using sysbox-runc. I’ve configured automatic start/stop for my workspaces. ...

Claude Code Module 3.3.0 (Agent API)

Hey guys, ive noticed that agentapi started to prompting for confirmations within the new CC module version. It isnt supposed to run yolo mode by default?...
No description

Autostart

Hi, I have a question about this settings - can we somehow switch off those checkboxes ( UI or better via terraform/code)?
No description

Configuring enable auto stop for worksapces via terraform

Hi , I wanted to configure automatic auto stop (e.g. after 4h of inactivity) for workspaces via terraform ( not UI which is possible ), however didnt see that possibility in docs. Can you provide me if its possible or potential way how to manage without UI settings .? Thanks!

How can I configure the coder_agent module to run on a deployment without running a DinD-like proces

I've been digging into how to run a vs-code instance based on the Kubernetes Deployment example. The remaining blocker I face is within the coder_agent terraform resource, where it seems to want to use docker in the rendered startup for the agent. I'm wondering if anyone has been able to configure this module to avoid having to run a DinD-like pod (avoiding docker, podman, admin sidecar, etc) however I've come up short on my testing & research so far. Any insight would be appreciated through this 🙂...

Dev Container not marked as started using Docker Compose

Hey! I use Laravel in my project. Therefore, I made a compose.yaml file which runs all my applications like Laravel, Redis, PostgreSQL... Everything runs when I do a docker ps, but on Coder's side, it tells me that my Laravel container is not running at all, even after a rebuild. ...

Automatically stopping processes started in a terminal, when SSH connections are cut

Hi, I was asking AI about a little niggle I have with working with Coder. I start 3 dev processes (via three terminals) to develop my applications. 1 frontend app dev server. 1 backend app dev server. 1 monorepo command that starts watchers on a set of libraries. If, for some reason, I leave my computer without shutting down everything, I might come back a day later, log back in, and am met with an error from my monorepo command that it is already running and in fact, all three processes are still running. ...

Extended Support Release and upgrade path

Hi, I would like to understand the ESR cycle. As I just come across in the blog https://coder.com/blog/esr.
v2.24.0 was release on 3 Jul 25 v2.29.0 will be release sometime in Dec 25 ...

Rubrik malware detections

Hey there! Does anybody else use Rubrik for backups and gets warnings for apparent gootloader malware detections in the included copilot extension of the code-server? This is probably an issue with the extension itself but I wanted to ask here as well.
No description

GIT_* environment variables missing inside devcontainer

Not sure if I'm missing some configuration. The GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL environment variables are not set inside the devcontainer, while they are available in the workspace container.

EU Coder proxy

How can I set the coder proxy to an eu proxy? We seem to have latency of 200ms from Germany.

Coder WebHook Integration (HTTP)

Hello Team, I'm in the process of setting up an HTTP webhook integration for our Coder deployment. I'm successfully able to send traffic to the webhook endpoint. However, I would like to secure this integration using a secret or token. The receiving system supports secret/token-based authentication, but I’m unsure how to configure Coder to include authentication details (e.g., a secret or token) in the webhook request. Could you advise on how to set this up on the Coder side?...

AgentAPI Issues

Hey guys, my claude-code templates suddenly stopped working after updating to 3.1.0 I'm getting 524 on AgentAPI /events route /status route is stable...
No description

Security hardening of self-hosted instances

Hey all, a security related question: we were wondering what do you do or recommend to harden your self-hosted coder instances?

Can't create templates due to connectivity to Terraform in Docker Compose deployment

I deployed Coder in Docker Compose, and I am having trouble setting up a template. I can reach my webUI, but when I try to create a template, I see this error: (text from coder webUI error) ```plaintext...
No description

External Auth Help - Pushing within IDE

Hi, I have External Auth successfully setup with the git-clone module cloning a private repo on a selfhosted Gitea Instance. However when i open the project in Webstorm Im still prompted for credentials to pull or push to said repo. Is it possible to import the external auth creds into the credential helper or into the IDE to allow interacting with the repo without entering credentials? Coder Server Version: v2.27.0+c0cd32c ...