Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Help with installing extensions in code-server

I'm trying to install extensions in code-server but getting this error every time, any solution to this?
No description

tasks-docker template is broken

I've published the tasks-docker template from https://github.com/coder/registry/tree/main/registry/coder-labs/templates/tasks-docker in to a fresh instance of Coder, providing the requested Anthropic API key. But when I try to create a new workspace from this template, I see the following error generated by the Claude Code module: ``` + coder exp mcp configure claude-code /home/coder/projects Configuring Claude Code to report tasks via Coder MCP......

Claude Code module authentication with Claude Code Subscription

I've a Claude Code Max Subscription, I want to use that instead of Console API KEY, how can I do that cleanly, Now I'm doing it by mounting volumes.

Multiple ssh key

In our current environment we have two different GitHub.com tennants (meaning two different accounts). That makes it not possible to use the same ssh key (provided by coder). If we manually generate an ssh key then it coder-gitssh fails. Also from my understanding the option of regex wouldnt work since the url used by github is the same. Any ideas?...

Problem setting up my template with claude code

Hi, I am getting this error that "user" must be an existing uuid or username when logging into the web interface of claude code. How can I fix it? I played around but due to me not knowing too much about this platform, I don't know what exactly to debug. my tf template is attached...
No description

With Dynamic parameter enabled modules from github stopped working

If i have a multi-select parameter like: ``` data "coder_parameter" "vs_code_extention_select" { name = "vs_code_extention_select" display_name = "VS Code extention select"...
No description

Coder Workspace Metadata Display

I am having trouble displaying the Coder Metadata shown in the blue box. I am using the latest version of coder. My goal is to display a value that is in locals ``` locals { workspace_id = "${data.coder_workspace_owner.me.name}-${data.coder_workspace.me.name}-${local.short_workspace_id}"...
Solution:
Thank you! With your help I was able to show metadata in the correct location. ``` locals { workspace_full_name = "${data.coder_workspace_owner.me.name}-${data.coder_workspace.me.name}-${local.short_workspace_id}" }...
No description

Azure Devops

I deployed coder in my local pc and try using Azure Entra ID for clone code from Azure Devops In External Authentication show Authenticated, but when I create new workspace it still show fail when clone code from Azure Devops My setup is using Azure Entra enpoint v1...
No description

kasm-vnc Module: Failed to connect to server

Dear Dev-team. I have designed a system using kasm-vnc Module but the issue reported is Failed to connect to server My url use HTTP, but log show HTTPS: 🚀 Starting KasmVNC server... New 'dev:1 (coder)' desktop is dev:1...
No description

VSCode Web Module, can’t get it working.

I have created a new Coder IDE instance and then created a standard “docker” template and then created a workspace from it. Everything works perfect. I then created another standard “docker” template and add the VS Code web module (https://registry.coder.com/modules/coder/vscode-web?tab=variables) at the end of the template. It builds fine, after changing the agent_id to have “main”, and I create a new workspace. ...
No description

Using the jetbrains gateway coder plugin ssh session

Hi, we are using the jetbrains gateway coder plugin to work with CLion. We would like to provide vnc and x11 access to the workspace that clion is running in via ssh port and X11 forward which i can do by connecting to ssh via the coder cli. Naturally i would like to have it happen automatically when connected to the workspace with the plugin. I can set up a portforward and x11 using the additional ssh options in the gateway coder plugin but unfortunately the ssh session seems to not be staying open. Also i would need to set a windows environment variable before establishing the ssh session....

AWS RDS advice

Hello, I am looking at the recommendations for running against an AWS database in the documentation, and it looks like Coder supports RDS Postgres. However, there is a note that says it is recommended to have sub-10ms latency between the Coder server and database, and it appears AWS RDS Postgres only supports a single writer. Since I am running Coder Community edition in EKS, there is a risk the Coder traffic has to cross availability zones. I previously had it running against a k8s-hosted Postgres via Helm and want to upgrade to something more mature....

Slow "Downloading VS Code Server" when starting Coder VS Code Desktop for the first time

Hey everyone! We are using Coder mainly with the desktop option and when an user creates a workspace and open it for the first time in the VS Code Desktop, it starts downloading vs code server, which as far as I understood is for the remote ssh extension. However this download takes an average of 3-5 min to complete and the workspace opens. I'm not sure if I got it right, but we already have this extension installed by default, is there a way to skip this step? After this first usage, subsequent starts of vs code desktop for the same workspace goes faster....

GIT ASKPASS not being set in workspaces

Hi everyone, I've set up a Github App and it shows my user as authenticated when creating a workspace whose template is pretty close to the the default Docker Devcontainers template, but when I try any git operation it still asks me to log into Github again. I am using HTTPS requests, but it seems like the GIT_ASKPASS is not being set by coder, as this is the GIT ASKPASS env variable: /tmp/code-server/lib/code-server-4.102.3/lib/vscode/extensions/git/dist/askpass.sh...
Solution:
Sorry nevermind, I was able to figure it out. I was installing GitHub Actions on code-server which was overriding the GIT_ASKPASS variable. It works as expected after I removed that extension!

Attempting to run coder in k8s (im running a k3s on my server)

just a quick question, im currently running coder with docker compose, and tls is managed by traefik (also with docker) I'm in progress of transitioning from docker to k8s for all my apps, is the helm installation works well with traefik run in k8s? Or is this attempt not worth it? Just seeking some advice while I'm bricking it in the meantime:)...

Google Kaniko Archived

With Google Kaniko(https://github.com/GoogleContainerTools/kaniko) being archived and no longer maintained is Envbuilder going to be migrated to a different backend? I am using Docker to run my devcontainers currently so hypothetically I could switch to the newer Terraform Resource that creates devcontainers using @devcontainer/cli but I may migrate back to Kubernetes in the future.

Goose agent quirks

So I'm trying a docker-based selfhosted instance at home (using mostly default settings via docker-compose). One thing I struggle with is setting up AI tasks: when I set up the 'goose' module, I can run a workspace, it will do the task and all that, but I can't track the progress: when I click any of the task-related buttons in the ui, i get a blank screen like the one attached. At this point I'm running out of ideas... There are no visible error logs or details, no idea which 'user' is meant et...
No description