Coder.com

C

Coder.com

Join the community to ask questions about Coder.com and get answers from other members.

Join

IntelliJ Community

Does coder support the community version or only the Ultimate version?

Devcontainer Template Ignores GPU Limits (All GPUs Visible)

Hey folks πŸ‘‹ I'm running into an issue with GPU isolation in two different Kubernetes-based Coder templates: Template A: Uses the Kubernetes (Deployment) template β†’ GPU isolation works as expected. If I select 1 GPU, the container only sees 1 via nvidia-smi....

Need to build custom code-server

Hello, I need to remove and add few patches and build my custom code-server. Can you please explain steps for it. I have followed steps given in code-server repo but I am not able to build it. Thanks...

OIDC through Iframe question

As shown in the video, I have this setup with coder embeded in an Iframe in my react frontend I want to secure everything behind a single keycloak connection, I have set it up as OIDC provider, and i use the same OIDC client for both coder and my front-end My question is: Is there a way to make it so i don't have to click "login with oidc" button in the iframe?...

Issue with Cloning a Specific Branch from a Private GitLab Repo Using SSH in Envbuilder

Hi everyone, I'm encountering an issue when using Envbuilder with SSH for cloning private repositories. Here's what I've noticed: When I work with a public repository and use HTTPS, everything works fine. I can clone the main branch and even specify another branch, as described in the documentation, like this:...
Solution:
I have opened an issue so our engineers can take a look at implenting it -> https://github.com/coder/envbuilder/issues/456 in the meantime I'd suggest you'd look into using External Auth instead of using HTTP deploy tokens...

Are there any implications if everything is ran in the same Kubernetes Namespace?

Is it possible to run all the Coder's components (coderd, provisionerd etc) in the same Kubernetes Cluster and namespace as user workspaces? Are there any disadvantages to this approach? Or are there any impacts?...

Static URL for coder workspaces

Hey there, We're looking to use coder to interact with some third party APIs. As part of that, we have to register the coder URLs on an allow-list. Is it possible to use static / consistent URLs for coder workspaces? Is it as simple as always naming the workspace the same name? (We also need to support webhooks coming into the workspace, which would also be solved by consistent URL names)...

Issue in docker-in-docker devcontainer

getting below issue while running docker-in-docker in devcontainer: "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the daemon runningg?"...

CI test policy

I want to mark my PR as ready for review after passing the CI tests, but it's currently pending approval. Is there any policy regarding this?...

Coder Instance is Infinitely loading

I'm having trouble accessing my coder instance, I get an infinite loading spinner.

"The agent cannot authenticate until the workspace provision job has been completed"

Trying to create a template for use with XCP-ng/XOA, I am provisioning the VM with cloud-init. At first start, it works perfectly but when shutting down and restarting the workspace through Coder (and not while directly shutting down the VM) the coder-agent can't authenticate. full source: https://github.com/Millefeuille42/coder-xcp-xoa-template#...

Inquiry Regarding Modification of Copyright Notice in Front-End UI under GNU License

Hello, I am writing to inquire about the GNU license. I have a question regarding whether it is acceptable to modify or remove the "Coder copyright(Β© 2025 Coder Technologies, Inc.)" text that is displayed in the front-end UI, and replace it with alternative wording. Thank you very much for your assistance....

are the latest mainline releases on brew?

When I brew upgrade coder it remains at 2.20.0 Thanks 🦈...

How do I install direnv on my coder workspace?

Hi everyone how do i get direnv a few other stuff installed onto my Coder workspace? thanks

Setting up CA certificate for the container

Hey there! I'm hosting Coder on a Redhat VM that is already configured with it's certificate from our CA. However, I'm having a hard time trying to set it up on the container. After starting the workspace if I check the docker logs of the container I get...
Solution:
Updating here in case it helps someone going through something similar, the "unable to get local issuer certificate" as the error itself suggests was a problem with how our intermediate certificate was generated. However, using a self-signed certificate to validate it still caused the "could not resolve hostname" error when trying to open Coder on VS Code Desktop extension. It was necessary, in addition to including the self-signed certificate in the trust store of our machine, which had already been done, to add the environment variable NODE_EXTRA_CA_CERTS on the machine pointing to the path of the certificate....

v2.19.1 CODER_OIDC_ALLOWED_GROUPS completely ignored

I'm trying to setup OIDC login for coder and found that it does not honour the environment variable CODER_OIDC_ALLOWED_GROUPS. whatever I do, the user is logged in. Can you help ?

v2.19.1 - coder config-ssh deletes entire config

We recently had our Coder server updated to 2.19.1 and upon running coder config-ssh it just deletes the entire Coder list of sites from the ~/.ssh/config, so can no longer connect to any workspace in VS Code or PHP Storm. On macOS, and I've tried removing the CLI, reinstalling the CLI, and using coder login to authenticate again....

Error while install Docker template

error log ``` Error: Error pinging Docker server: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied on main.tf line 22, in provider "docker": 22: provider "docker" {...

Workspace AWS role access?

I checked in GH and searched in discord, not finding anything. I'm looking for a way (similar to the github external auth) for a user of a workspace to automatically have aws role assumption inside their workspace. I'm assuming it'd have similar user experience to GH external auth, where you click a button exposed in the template->workspace creation step and from there your workspace is "aws" potent (ie. you could issue an aws sts get-caller-identity after entering the workspace) Thoughts?
Is this feasible? Would it work with AWS OIDC/IAM or AWS Identity Center?...

continue extensions can not work

continue extensions can not work correctly in the centos 7 on code server lasted version , can anyone issue itοΌŸπŸ‘€