Coder.com

C

Coder.com

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

Join

help

📢︱announcements

reset-password error: execute transaction: compare password: hash too short: 60

Hi, I have an error when I want to reset-password of a user, through the UI: "Internal error. execute transaction: compare password: hash too short: 60". Indeed, I tried to fix a password problem for my user directly in the DB and I changed the hashed_password but now it seems to be shorter as expected. ...
No description

coder_agent.main.token is not valid in windows workspace

Hey guys, I'm working on setting up coder with GitLab external-auth on a windows workspace, provisioned via Azure. After a lot of reading, I've found that I need to pipe in CODER_AGENT_TOKEN and CODER_AGENT_URL so I can have the my GIT_ASKPASS script dyamically fetch the token for GitLab - I've done that as follows in my tf file: ``` ... resource "coder_agent" "main" {...

Workspace not loading properly

Tried installing both stable and mainline but no change, reinstalling everything, i first thought it was my tunnel over cloudflare, so i disabled it and tried using the tunnel generated by the application, but no success
No description

Will the team make an exception to arrange payment for an unsupported by Stripe country?

Got interested in the bounties. However, my country (Ukraine) isn't supported by Stripe. So if I were to successfully contribute and claim my reward, would I still get paid?...

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....