Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Whats the right way to use my own private image and repo w/ devcontainer?

whats the right way to authenticate w/ my private image and repo from github in a docker devcontainer?

Persistent GitHub Authentication for Copilot in Coder VS Code Web

Hi Coder Team, I'm using the Coder platform with the VS Code Web module and GitHub Copilot. Currently, every time I refresh the browser or open a new workspace, I'm prompted to log in to GitHub again to access Copilot. This is disruptive, especially when managing multiple personal workspaces. Is there a way to persist the GitHub authentication across sessions and workspaces? Ideally, I’d like to either:...
No description

n00b question, how to setup CC w/ docker devcontainer?

i've been getting this error:
2025-06-02 16:14:33.585 [warn] coderd: GET host=ht9aa1n3gf69c.pit-1.try.coder.app path=/api/v2/workspaceagents/bf1914f8-8288-4779-8bef-3f96bcacf00f/containers proto=HTTP/1.1 remote_addr=fcca::1 start="2025-06-02T16:14:03.562404452Z" workspace_name=workspace agent_name=main workspace_name=testcc response_body="{\"message\":\"Internal error dialing workspace agent.\",\"detail\":\"agent is unreachable\"}\n" requestor_id=eabfa140-e7d9-4977-a1e8-00f9c2811a70 requestor_name=starascendin requestor_email=star.ascendin@gmail.com took=30.022679186s status_code=500 latency_ms=30022 params_workspaceagent=bf1914f8-8288-4779-8bef-3f96bcacf00f params_workspace=c8b42565-2a7f-44bf-80cc-5b37e43b75cd request_id=dc515cdd-09c9-4e88-91c0-817b5389e432
2025-06-02 16:14:33.585 [warn] coderd: GET host=ht9aa1n3gf69c.pit-1.try.coder.app path=/api/v2/workspaceagents/bf1914f8-8288-4779-8bef-3f96bcacf00f/containers proto=HTTP/1.1 remote_addr=fcca::1 start="2025-06-02T16:14:03.562404452Z" workspace_name=workspace agent_name=main workspace_name=testcc response_body="{\"message\":\"Internal error dialing workspace agent.\",\"detail\":\"agent is unreachable\"}\n" requestor_id=eabfa140-e7d9-4977-a1e8-00f9c2811a70 requestor_name=starascendin requestor_email=star.ascendin@gmail.com took=30.022679186s status_code=500 latency_ms=30022 params_workspaceagent=bf1914f8-8288-4779-8bef-3f96bcacf00f params_workspace=c8b42565-2a7f-44bf-80cc-5b37e43b75cd request_id=dc515cdd-09c9-4e88-91c0-817b5389e432
...

Is it possible to install w/ Claude Code Max sub?

hi all, i'd like to run my coder apps w/ my own claude code max subscription, is that possible?

Envbuilder with Kubernetes: image cache not working

Layer caching appears to work fine. And I see both the image cache and layer caches in my DockerHub private registry (see screenshoot) I'm just using the example template in Coder called kubernetes-devcontainer https://github.com/coder/coder/blob/main/examples/templates/kubernetes-devcontainer/main.tf ...
No description

Claude code - K8s devcontainer pattern

Hey everyone, I'm excited to be here and big thanks to the Coder team for all the hard work on this project! 👏 I've been trying to get the new Claude Code module working inside a DevContainer on Kubernetes. Setting install_claude_code: true in my template fails to install claude code, and when I try to inject it through startup_script in the coder_agent container, I hit this error: --dangerously-skip-permissions cannot be used with root...

What's diffrents between "127.0.0.1:8080 - INSTALLED" and "BROWSER - INSTALLED"

My understanding is, the first one is a pre-installed extensions, and the second one is a extension manually installed in the browser. But when I actually operated it, both the pre-installed extensions and the manually installed extensions in the browser appear in the first one. Did I misunderstand something?...
No description

Seeing Healthcheck, Derp and Websocket as failed when using a internal Certificate

Seeing this - EACS03: get healthz endpoint: Get "https://coder.internal.ci.dev/healthz": tls: failed to verify certificate: x509: certificate signed by unknown authority Functionality s fine , wanted to udnerstand how i can resolve this ?...

GitHub Organization Restrictions

Hi, we've tried unsuccessfully to configure coder to require membership in our GitHub organization in order for user registers to proceed. Recommendations on the best places to start diagnosing?

CLI port forward returns all files as 'text/html'

I have a node.js application running under parcel inside a nodejs devcontainer. I ran coder port-forward --tcp 6852:1234 inside the container, and while the HTML file gets downloaded correctly, the JS and CSS bundles are being sent to my application with the MIME type text/html and thus are being refused by my browser. Is there a known fix to this?...

Devcontainer with docker-compose

I'm pointing to my repo where my devcontainer points to a dockerComposeFIle: ``` "name": "Dev Environment", "dockerComposeFile": "../docker-compose.yml",...

Questions about Coder and devcontainer

I have been watching some YouTube videos about Coder. Coder seems to be exactly the solution I am looking for. Unfortunately, I have some comprehension issues regarding the devcontainer. I have installed Coder on a VM using Docker-compose. Login is via a subdomain. I have several projects in Astro, LaTeX, R/R-Studio and in the C programming language. My projects are stored in GitHub/GitLab. That means that all Astro projects in the Astro Template and all LaTeX Projects in a LaTeX Template?...

Limit member users to create worksapces

I deployed coder in a very simple way in an AWS EC2 VM and used the docker template to assess if it's usable for us. Created one extra user as a simple member and that user is able to create workspaces. Is there a way on the free version to limit member users to only use workspaces created by admins but not create them? Is this available on premium maybe via custom roles?...

Permission denied when trying to start coder container

Hello! I have copied the example compose file and changesdvolumes to bind mounts. However, when I start container I get permission error: error: create cache directory: mkdir /home/coder/.cache: permission denied Here's the compose: ``` version: "3.9"...

Can’t get task streaming to work

Using claude code module, when I ask claude code for a task (by opening the app and typing in -- not yet integrated with issue tracker), I never see the "Activity" in workspace overview about the task. Looking into Claude Code's log, I can see things like:
? I need to report my status immediately after receiving the user message.

? Task(Report initial status)?
? �Done (1 tool use � 10.5k tokens � 6.3s)
? I need to report my status immediately after receiving the user message.

? Task(Report initial status)?
? �Done (1 tool use � 10.5k tokens � 6.3s)
...

Permission denied issue after upgrading to 1.1.0 from 0.2.9 envbuilder

We are using Devcontainer Kubernetes: coder version: 2.20.2 It's working fine with version 0.2.9, but when I use the latest version, it gives me a ...
Solution:
Okay, we managed to fix it. I missed adding the new environment variable. ```
env { name = "ENVBUILDER_IGNORE_PATHS"...

Default Folder for VSCode

I would like to set the default (start) folder for VSCode to /home/coder/my-project (rather than the default /home/coder. Or as alternative I would like to start a my-project.code-workspace file. How can I accomplish this?

Windows RDP Module - Web RDP not active.

Just starting using Coder this month. I am unable to the Web RDP to work deploying to a AWS EC2 Windows instance workspace. It is always grayed out. ...
No description

Devcontainer VS Code variant selection

sorry for being dense, but how does one select the variant of VS code for the VS code button in this PR? https://github.com/coder/coder/pull/17182 my test devcontainer has open in VS Code Insiders and i can't figure out how to make it VS Code Desktop instead, like the main workspace....
No description