Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Sales Team?

What is the best way to get a call schedule with the sales team? I'd like to get some enterprise pricing before we get too far in our proof of concept

VS Code Web Module requires re-logging into Github with every new browser session

Hi there, I think this is an issue that others have had as well, but whenever I use VS Code Web with a Coder workspace, every new browser session of the IDE (for even the same workspace) resets all Github logings (Github CoPilot, Actions, Pull Requests, Settings Sync, etc.). Is there a way to fix this? Another thread from earlier this year mentioned changing one setting in the module, but not sure how that panned out.

Changing default autostop duration and using decimal values

As title says, is it possible to setup the template in a way so I can predefine the autostop duration. I have read through https://registry.terraform.io/providers/coder/coder/latest/docs but didnt find any config that would allow me to change the default value Other than that, is it possible to set the auto stop duration to say 0.5 hours? (30 minutes)...
No description

JupyterHub Mulit-user/tenancy

Hi I want to make a jupyter button that can connect to a shared jupyterhub of some kind that runs in a tenancy. Is there anyone who has done this or can point to what coder terraform changes I need to make. thanks

code-server GitHub token not authenticating the GitHub Authentication extension

I'm trying to setup code server to automatically authenticate the GitHub Authentication extension via the GITHUB_TOKEN environment variable. Based on this e2e test, it looks like I just have to set GITHUB_TOKEN and it should work. Instead, the extension tries to initiate an oauth device flow for a new token, indicating that it isn't "happy" with the token provided via the env. What am I doing wrong here? I have confirmed that the code-server process does in fact have the token set, and that the token is valid:...

Updates to template and subsequent workspace restarts fail to pick up changes?

When I update my template with new functionality/new image version/new setting and update my workspace to use the newest template version the yaml served to the coder pod never changes? For instance, my template says to use v0.2.4 of my image, but the workspace continues to use v0.2.0 despite updating to the newest template, deleting and recreating the workspaces, and copying everything over to a brand new template. What is going on? what am I doing wrong?...

Coder VSCode Connection without permission to execute CLI

Hey, we are currently trying to setup Coder using VSCode as IDE and trying to connect to a workspace using VSCode. After analyzing, it looks like the Coder extension downloads the Coder CLI and creates an entry in .ssh/config with a proxy command to the Coder CLI using coder ssh <workspace>. In our restricted environment untrusted tools like the Coder CLI are not allowed to be executed. Is there a supported way of connecting to a workspace without running a unknown executable locally (except using web-based editors)...

User-specific parameters

Hey folks, neat tool. Is there any way to setup some form of "user specific parameters"? I'd like to create some key/value pairs that are tied to specific users, then access them in templates. My use case here is that I'd like to tie user-specific values, such as git name and email, and GPG signing key for commits, to a user, and automatically setup workspaces to use these. These could alternatively be provided by users as parameters for every new workspace, but it's pretty tedious and easy to make a mistake with this approach. This could probably be accomplished via external auth to some secret store, but this has some big downsides:...

Websocket connection for dynamic parameters can't connect.

Hello, I've recently updated coder to the latest version. I'm running it using docker compose and behind traefik. When I created a new template from an example and tried to create a new workspace, it first took a while to load until it errored "Websocket connection for dynamic parameters unexpectedly closed." and my browser console says: "Firefox can't establish a connection to the server at wss://coder.xxx.xxx/api/v2/templateversions/XXXXXXXXXX/dynamic-parameters". How can I fix this?...

CLI returns "unexpected non-JSON response ""

Hi there, I have a github/gitea action file, which creates and deletes sample templates on a test system. Since some time, I get this error:...

Disable "Ephemeral Parameters Detected" popup

Hi there, Is there any way to disable this popup before starting a project? I only set this, if I want to rebuild my docker image but 99% of the time it's fine not being changed. Therefore I would like to disable/hide this popup. Thanks!...
No description

Unable to connect using websocket with forwarded port by an app in the workspace

Hi, I have an application that run an HTTP server with websocket connexions. When I launch the app in the workspace Coder create forwarded port as expected but when I try to connect to the application the ws connexions are refused (see image). I tried the same thing with codespaces (to test if it was my app or Coder) and it works as expected....
No description

Git SSH private key not available in devcontainer

My setup: * Coder v28.0.0 installed using docker compose; * Workspace created using the default devcontainer template (the one titled "Docker-in-Docker Dev Containers"). According to this documentation: https://coder.com/docs/admin/security/secrets#ssh-keys, git will use the private key generated by Coder to clone my repo (given that I've added the public key to my github account)....

sysbox-runc shim v3 issue

I have some issue that might need you guys help. I have coder running half a year ago with sysbox-runc. Recently when I try to run it inside my workspace it basically have this error ...

Devcontainer WITH docker compose?

So I'm evaluating Coder as a tool for my team to be able to quickly spin up dev envs, but I've been having a hell of a time getting a repo using a devcontainer WITH docker-compose to work on an EC2 runner. I need that so that I can host postgres, opensearch, and all the other services my app needs to run. Is there any guidance/templates for this? It seems like the official EC2 devcontainer template uses envbuilder which doesn't support docker compose?...

AWS EC2 Workspace agent fails during start-up intermittently

Hi - I've been excited to start using Coder for some work our internal teams are doing. We've had some problems with EC2 instances launching and not getting the coder agent hook for the continued start-up. It's very intermittent, and usually instances launch successfully and only fail maybe 20-30% of the time. Just frequently enough to be annoying. I've been doing some searching here to see if anyone had similar problems and did not see anything immediately pop up, although it looks like reddit and some other places have conversations. Besides AMIs for better templates, has anyone figured out when/where the agent fails to hook in properly?...

Regarding IntelliJ integration

Hi team wanted to check whether can we integrate IntelliJ community version to coder? I can only see ultimate version , and many user from my company use IntelliJ community version and i need to find a way to provide that. Any suggestions would be highly appreciated...

Claude Code Input keeps losing focus

I have everything setup and working as expected, but when I'm typing into the Claud Code input, it periodically loses focus every 1-2min. It makes it really difficult to provide a decent prompt. I'm not sure if its a configuration issue or what. When I submit the prompt Claude does what Claude is supposed to do, I just need it to stop refreshing and losing focus.

Agent suddenly not connecting due to `/api/v2/workspaceagents/aws-instance-identity` 404 / 400

This is the case both for new workspaces and for existing workspaces that worked yesterday. The workspace agent log is attached, the relevant bit is: ``` [ 12.556546] cloud-init[1056]: 2025-11-08 21:56:37.708 [debu] sdk request method=POST url=https://coder.mycompany.com/api/v2/workspaceagents/aws-instance-identity body=""...

Failed to check user authentication

I am getting this error when clicking "Connect w VSCode" Which is strange because I can browse the website just fine on my local and the Chrome App is working just fine...
No description
Next