Coder.com

C

Coder.com

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

Join

help

📢︱announcements

JFrog XRay Integration

Hope you are doing well. I have Coder deployed to EKS and I wanted to get some clarification on the Artifactory integration. The documentation makes it seems like there are 2 ways Coder can integrate with Artifactory, and they are either Jfrog-OAuth or Jfrog-Token. Right now, we went the token route because it’s the simplest. When trying to use the Coder Xray integration is fails with below error. Secondly, is there another link for the xray-integration, mentioned in the docs, because the link referenced does not exists. Is this still a feature for Coder. See in reference below ```bash...

Pushing template from CI/CD

Hi guys, I'm having trouble pushing new template from Gitlab pipeline. This is the relevant stage: ``` publish_template: stage: publish...
No description

any reason why the dashboard doesn't have a "tasks" tab

i setup coder on my home server with k3s. i followed the guide to a T aside from using cloudnative pg to provision the database for coder. can't seem to include any of the ai-related tasks in my config. im probably just doing something wrong but any help would be great!

Accessing coder deployment via web application (LMS)

Afternoon team, I am looking to integrate coder into a learning platform we are building. The idea is to give students access to a CLI that they can use to complete labs directly in their browser I have been tooling around the documentation and a local installation for a few weeks I am looking for guidance on the optimal flow for the following:...

How would you make the "Docker-in-Docker Devcontainer" template use sysbox.

I wanted to know how i'd make the DiD DevContainer template use Sysbox RunC instead of privileged mode. I've currently updated privileged to sysbox-runc, but there are some files meant for privileged mode, like scripts/init-docker-in-docker.sh. I wanted to know if that's enough, or I need to do something more.
No description

Execution order of modules

Hey guys, i'm having some trouble using the coder modules from the register. not being able to properly setup the lifecycle, for example, when use both "dotfiles" and "vscode-web" modules, dotfiles always run before or at same time as vscode-web, then the style is never applied How you guys properly handle this lifecycle flows?...

what is the convention to reference modules that are still under development

Hey everyone. Would appreciate some help here. I've created several modules which are then used by a template that I also created. However, when trying to test the template i get the following error: ``` 025-08-25 17:43:46.938-06:00 Error: Unreadable module directory 2025-08-25 17:43:46.938-06:00 Unable to evaluate directory symlink: lstat ../../modules: no such file or...

Provisioners and tagging

I have 2 provisioners, one for each dc and tagged as such When I try to use the workspace tags it fails to build only using the tags provided when the template was pusbed...

Code-server as feature in devcontainer-cli setup not inheriting Git Credentials injection

Hi all, I'm trying to create a template using the devcontainers-cli module. Coder agent is properly injecting the GIT_ASKPASS to the devcontainer's environment, but when I run a terminal from code-server (installed using the feature version in devcontainer.json), all environment variables are wiped for some reason. The same is not true for the devcontainer terminal launched directly from the Coder UI, which has all the env variables properly. Any idea how I can make sure the same env variables a...

Github Login

Hey guys, i`m missing something to enable github auth from my own app? ```yaml version: '3.9' services:...
No description

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