Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Arkose Lab Captcha Solver

hello coders, may i ask if their is any possible way to make an solver for it, im planning to make one with my roblox (roblox uses funcaptcha) automation project without using any services like CapSolver, 2Captcha, etc.. if yes i would like to know more about it maybe any of you guys can help me out. thanks!...

Can I specify a custom devcontainer.json path?

My projects all use a shared/common devcontainer configuration which uses docker-compose for supporting multiple containers. The json is in a subdirectory. Is it possible to tell coder where to look instead of relying on the default locations of repo root or .devcontainer/devcontainer.json? I know I could add a basic one at repo root that “extends” the one in the subdirectory but that seems like something I should be able to configure rather than something I should have to adjust my already-functional native devcontainer setup to achieve....

Hello Coders,

We are migrating our SSO from GITHUB to Okta and getting error "Attempting to use login type "oidc" but the user has the login type "github". How do fix this? I logged in as admin with password and don't see an option to change the login type. Do we update it directly in database? Is it safe to do so? or any other solutions available?...
No description

Migrate Kubernetes(devcontainer) starter template to use devcontainer cli

I've noticed that Docker (devcontainer) starter template is migrated to Docker-in-Docker (devcontainer) to adopt native support for devcontainer cli. How to do the same for Kubernetes(devcontainer) I have tried but my template is not working since I use docker socket from a sidecar container and coder use --type=bind when run image after build from devcontainer.json ...

Issue with Coder MCP when running AWS Q with AgentAPI

HI all getting weird issue while trying to configure AWS Q to run with AgentAPI: Getting with the coder mcp enabled the following issue: 0: Failed to send the request: unhandled error (ValidationException) 1: unhandled error (ValidationException) 2: service error...

Provisioning templates stuck at "enqueued"

Creating new templates are stuck at build enqueued with the following message Your build has been enqueued and will begin once a provisioner becomes available to process it. Nothing much is showing up in the logs and running coder provisioner jobs list returns the following ```...
No description

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
Next