Coder.com

C

Coder.com

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

Join

help

📢︱announcements

kiro remote ssh

hello, anyone here using kiro with coder? I can't get it to works. Like what kind of extension you have? remote ssh not available on kiro
No description

Trying to create a Docker-in-Docker container workspace

Hi. I've added the SSH key to me Github user but the repo is within my organization so Coder can't authenticate with it to pull it down. 🥳 @devcontainers/cli has been installed into /tmp/coder-script-data/bin/devcontainer! Host key verification failed. @devcontainers/cli 0.80.1. Node.js v22.20.0. linux 6.14.0-33-generic x64....

Coder CLI `coder templates push` -> `source archive size_bytes=0` ?

Hi, im having troubles pushing any template to coder via CLI. Tested with the scratch template, when pushing the following errors are emitted: ```txt 2025-10-02 08:26:33.438Z Error: No configuration files 2025-10-02 08:26:33.438Z Plan requires configuration to be present. Planning without a configuration would mark everything for destruction, which is normally not what is desired. If you would like to destroy everything, run plan with the -destroy option. Otherwise, create a Terraform configuration file (.tf file) and try again....

OKTA OIDC - Session timeout issue

Coder version: 2.24.2 CODER_OIDC_SCOPES="openid,profile,email,offline_access" I see this in logs when I first login & the session is timing out in an hour & logging off the users. I don't see any refresh token requests in logs, so not sure why coder is not refreshing the tokens. Any pointers would be helpful. ...

Code Server Unhealthy

Getting code-server unhealthy almost every time a workspace is restarted. The workaround I have been using is to rm -rf ~/.cache/code-server before I restart the workspace. ```terraform module "code-server" { source = "registry.coder.com/coder/code-server/coder"...
No description

Enable wildcard url while running local setup,

hello guys could someone please help me with how can I setup wildcard urls while running local development server using ./scripts/develop.sh...

Unable to connect to RStudio locally

Hi Team, I’m setting up RStudio in my workspace and testing it locally using the develop.sh script. My workspaces are running on the local Docker engine. The issue:...

Claude High CPU Usage When Idle

I have claude-code 3.0.0 registry version enabled. I started up a fresh workspace. Before opening anything within the workspace I opened the terminal and did htop to see running services. I notice Claude Code running around 6% which is equivalent to 1 core at all times. Times this by 10+ workspaces and I have my entire server maxed out running idle Claude instances.
No description

Windows 11 Coder Desktop Failure

Coder Desktop on Windows 11 works great, except for FileSync. When clicking on it I get this error message: Failed to start daemon: System.Threading.Tasks.TaskCanceledException: A task was canceled at Coder.Desktop.App.Services.MutagenController.StartDaemon(CancellationToken ct) in C:\a\coder-desktop-windows\coder-desktop-windows\App \Services\MutagenController.cs:line 548...

Coder devcontainer support & extensions

Coder somehow supports devcontainers, but when connecting to the devcontainer with vs code and cursor for example the defined extensions are not installed. It looks like that vs code or cusor do not understand that they are actually not in a devcontainer. Does anyone else ran into the same issue and has a workaround?

sidecar in kubernetes template

hello, I just finished modifying this template (yes, I think it's a bit of dirty hack, but i guess it works) My setup: my server(coder in kubernetes k3s>traefik)>cloudflare tunnel. Usually with the default kubernetes templaet, everything was fine in the last couple of weeks, no issue. ...

EKS / Internal NLB

Hello Folks, does anyone have a working example for values using eks w/ internal nlb? TIA

git auth in git clone module

``` module "git-clone" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/git-clone/coder" version = "1.1.1"...

workspaceNamespaces not applying

Hi, I testing and preparing coder on my dev cluster. I want to coder workspaces run on diffirent namespace. I found in helm chart coder.serviceAccount.workspaceNamespaces. I configured parameter but after deployment no role and role binding was created on this namespace. What I doing wrong? ``` coder: serviceAccount:...

SSH is very laggy(affects VS Code, Jetbrains Gateway, SSH, not code-server)

As the subject says, It's very laggy. I am running it through Cloudflare tunnels and using wildcard subdomains. Occasionally, it disconnects. I don't know why and it's super annoying. When I run coder config-ssh, the workspace is "unhealthy". I am using a modified(by me) version of the Docker Template....

We are seeing this [erro] containers: updater loop ticker failed - repeatedly

`2025-09-19 05:23:25.397 [erro] containers: updater loop ticker failed ... error= list containers failed: github.com/coder/coder/v2/agent/agentcontainers.(*API).updateContainers /home/runner/work/coder/coder/agent/agentcontainers/api.go:571 - run docker ps: exit status 127: "/bin/bash: line 1: docker: command not found":...

Individual Workspace Access

My use of the coder platform is a bit unorthodox. Because my users will be external to my organization, I plan on having a single admin user registered on coder. A separate service will communicate with coder using an API key for said admin user to create customer workspaces. A custom proxy will be in charge of checking customer creds and verify that the attempted workspace connection is meant for that user. If it passes, it will forward the traffic to the appropriate workspace. My issue is with...

Azure AD OIDC token refresh

Hello, Azure AD OIDC initial auth working good. In about an hour (token expires) coder seems to try to refresh token and fails. Per docs, it's advised to check if rt_hash is provide however per Azure AD docs this claim is not available by default. Is it absolutely needed and has to be added to AD (extension) or there is another way to make refresh token process work with Azure AD? Thank you. When refresh fails the following is display in the browser (error): Could not refresh expired OpenId Connect token. Try re-auth...ing to resolve this issue. oauth2: cannot unmarshal token: %!w(<nil>)...

Direct SSH connection

Hi there! I am wondering if it is at all possible to directly ssh into a coder workspace. We're trying to replace old habits of ssh-ing into VMs around the company to do development and coder seems to fit the bill. However, I found the apparent requirement of using the coder CLI for ssh quite the deal breaker. If possible, I'd like all of my users to be able to just normally log in via the SSH of their OS of choice trough an IP of the workspace. Is the coder config-ssh step and consequent set up of the coder proxy required for this? Would it be possible to have a template that exposes ssh for the workspaces?...

Networking question

How does the networking work in the community version? My understanding is that the UI where the coder server is running is accessible over port 80/443. How does the connection from vs code work with the workspace? I know that the workspace has coder agent which talks to the coder server which means no ports needs to be open inbound for workspaces. How does the coder agent talk to coder server though? Is it over https? Also we use ssh extension for connecting vs code to connect to a workspace, is it using some kind of a https tunneling under the hood? ...
Next