Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Organization Internal API not accessibles by POC Coder Tool

Hello, @eve I am trying to build a project which involves the interaction of APIs of internal organization application, but when I try to access it, it shows me the following error 2025-09-09 01:48:41 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fb1b08bfc50>, 'Connection to <website name> timed out. (connect timeout=10)')': /rest/web/unsecured/home/log-in...

Coder freeze on "Build enqueued" stage

I am using docker compose deployment setup, and the first template I use is docker template. After clicking run, the process seems freezed at "Build enqueued" stage forever...
No description

filebrowser not loading, and how to mount your google drive to a local file

I'm deploying a Docker starter template as a workspace on my Coder setup (GCP) and added a file browser feature. However, I’m encountering several issues when running the workspace, and I’m unsure if the problem lies within the terraform file or the dockerfile. Additionally, I’m trying to mount my Google Drive to a local folder while preventing users from downloading files to their local machines. Any guidance would be greatly appreciated
No description

How to access coder parameter from a devcontainer or a dockerfile,

I have tried using the Kubernetes Devconatiner template and i have added two template parameter. i can see they are being set as environment variable after the instance is created but if i try access them from dockerfile or devcontainer.json postStartCommand, it's failing....

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