Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Need Help with wss

Hello 👋 I need really help with my projekt. I try make bots in a game and now I need a wss as a HAR. When you can help me I would donate you 2€ 🤩...

How do you change the default Workspace Proxy entered during setup?

I've been migrating services from one domain to another, and I'm unable to find clear documentation on how to change my workspace proxy's domain from the one I set it to when I first started using coder server. If someone could point me in the right direction, that would be great. (I've already tried using wsproxy commands, complains about licensing and then does nothing.)...
No description

Stuck building the Docker container Template

all it says is "Your build has been enqueued and will begin once a provisioner becomes available to process it."
No description

Screenshots as context for claude code agent

I would like to drag and drop images to claude code running in my terminal in a coder environment. Any idea how to accomplish this?

Wildcard Domain w/ Cloudflare

Hello! I've looked through the documentation on setting up a wildcard domain, and I've looked through this channel, but I am still a little confused on what people end up doing. I also tried using a LetsEncrypt wildcard certificate (I set all the TLS_CERT information in /etc/coder.d/coder.env). I have a self-hosted Coder deployment, and my domain is through Cloudflare (which doesn't support deep subdomains). I am not using a reverse proxy at the moment, but I am using a Cloudflare tunnel between my server and my website (although I can totally do it directly using port forwarding as well if I need to). I am wondering what I should do to get a wildcard subdomain working. Should I only use path-based?...

Code-server sets cookies for the wildcard subdomain

Hey! Newbie code-server user here looking for some config help: Just got code-server running behind nginx using a subdomain (e.g. dev-host.somedomain.com). The issue I'm having is that code-server keeps setting cookies with a domain of *.somedomain.com. This is quite undesirable as the cookie contents are also sent/leaked to the services running under other subdomains of somedomain.com Actually, I would not have noticed this issue if not for the cookie contents triggering WAF on the other subdomains....

Host browser

I been trying to use the browse inside the code-server like usual vscode but it wasnt working saying No Chrome installation found, or no Chrome executable set in the settings I think it uses the client device resources not the host Am running overa android and the host is linux ...
No description

Coder on fly.io

Hello, I'm trying to setup coder on fly.io with tailscale/caddy/magicdns. I have the control plane setup and running fine(?). I have created what seems like a reasonable template and a docker image for the workstations but I'm not able to get a workstation connected to the control plane. I'm trying to use docker locally and have started the "workstation" in the control plane. I have the agent key and am following all the instructions I can find but I continue to get a 401 attempting to attach an...

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
Next