Coder.com

C

Coder.com

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

Join

Template limits

Is there anyway to set limit for a user or a template for using ram, memory , etc?

Waiting for IU backend

I installed the Coder plugin on Jetbrain's Gateway and when I connect to a workspace it downloads the latest version of IntelliJ Ultimate but then hangs on Waiting for IU-243.21565.193 backend My coder server is running on Ubuntu server 22 in a Docker setup I am trying to connect from Windows 11...

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

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

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" {...
Next