Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Coder Build Failing

Following steps from
https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md
https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md
for a production build. ...

Github integration for the whole org

I want to create a OAuth for my whole github organisation, so If a user signs in with there github account on coder, then they can clone private github repo (accessible to them) to the workspace directly. For me to achieve this, setting up the github app is enough?

Trouble with including Internal Tool from .tar.gz in Coder Workspace Template

Hey, I've run into an issue where I need to install a specific tool in a Coder workspace, which is packaged as a .tar.gz file. While I understand that the extraction of a tar.gz file can typically be done through the Dockerfile, this particular tool is internal and requires authentication for download, which complicates the process. I attempted to create a Coder template by including the Dockerfile, main.tf, and the .tar.gz file in a zip archive. However, upon trying to upload this zip as a new template, it gets stuck on the build enqueued process....

Jupyter noteboook performance really bad

Hi, jupyer notebooks in vscode hosted by coder are really laggy and almost unusable. We ar hosting. Coder on our own K8s cluster. Any idea why we might be experiencing these performance issues?

Template for ubuntu 20.04

``` FROM ubuntu:focal RUN apt-get update \ && apt-get install -y ...

Facing error on `coder server` command

can someone help me to fix this ==> Logs will stream in below (press ctrl+c to gracefully exit): 2025-03-05 16:37:33.180 [info] provisionerd-desktop-pmnsjdm-2: terraform installation is taking longer than 15 seconds, still in progress prev_version=1.9.8 dir="C:\Users\abc\AppData\Local\coder\provisioner-2\tf" version=1.10.5 2025-03-05 16:37:33.180 [info] provisionerd-desktop-pmnsjdm-0: terraform installation is taking longer than 15 seconds, still in progress prev_version=1.9.8 dir="C:\Users\abc\AppData\Local\coder\provisioner-0\tf" version=1.10.5...

password auth failed for user "pgadmin" i think issue that psql server password contains #, $, %

Hi everyone! I'm deploying Coder on Kubernetes and using Azure Key Vault + External Secrets to inject the PostgreSQL connection string into Coder. However, my PostgreSQL password contains special characters like #, $, %. When Coder tries to connect, it fails with:...

How to migrate to a new vps?

Hello I want to migrate my existing coder instance to a new vps. Old installation is using install script and systemd. On the new server i would like to install it in docker (compose). Are there any guides on this?

After user login with OIDC from password, that can switch back.

I create a user login with password, and then switch to use OIDC login, but that can not switch back.

disable-shiftfs-on-fuse?

Hello, I am experiencing some issues in mounting a gcs-fuse volume in the inner container. I am using coder on Kubernetes with envbox While on the outer__container the mount works just fine and it it correctly mounted as ...

How to build a custom private image using coder's docker template?

I need to access private docker registry to use the image there to build a workspace using the coder's default docker template

Permanent SSH + GPG keys

Hello guys, my scenario of using Coder, is having it installed on my separate PC (i9 14900KF /64 GB) as development machine, installed on k3s single node cluster, and connected with a real sub domain to issue a real SSL certificate (needed for some apps I am working on). The issue is I have two GitHub accounts, two bitbucket, on occasionally GitLab. ...

Unable to Access code-server - White Screen Issue for Guests on Local Network

I am encountering an issue while using code-server on Coder. When I access Coder from my virtual machine as the host everything works fine. But when i log in to coder on my local machine as a guest the code-server application opens and only shows me a blank white screen. I am running my own Template, so i guess my problem is somewhere in my main.tf file. Thank you for your Assistance....

Use Azure Entra Authentication provider in template

Recently I've had the idea to provide a template that our developers can then use to create a specific resource configuration in their own subscriptions to test as close to production as possible. To do this my idea was to use the access token via coder_external auth and then use this in a azurerm_provider block: ```terraform data "coder_parameter" "subscription_id" { name = "Subscription ID" description = "The Subscription ID of your Azure MPN Subscription. The subscription has to reside in the axinf tenant."...

For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.

I have installed Coder into my EKS cluster and have the page up and ready but I have no idea what the login is (i dont see any secrets in K8S holding it) and I dont know what the initial values would be if there was a default.

New template version stuck in 'pending'

Hi! A template admin tried to build a new template version that had a code error but instead of failing to build, the template got stuck on a 'pending' status. We can still can build new versions but I can't remove the 'pending' version with a 'coder templates versions archive <template> <version>'. Is there a way to delete it?
No description

Template using old version of parameters

I have a template (basically this one here - https://registry.coder.com/templates/gcp-devcontainer) that I updated. In an older version I was using a specific repo. In my latest version (which is set as active) I am using a different repo as source for the devcontainer. I have changed the repo to be a TF variable to make it immutable by the user. Problem is, that when I create a workspace, the old repo is being picked up. Any ideas?...

coder + vite in browser wrong paths

I've searche daround and didn't see an answer to this. I'm able to start vite up just fine from vscode in the browser, where it launches to https://mydomain/.../proxy/3000 It seems to load the index.html file fine, but given all the paths being with /, it starts to try and load them directly from https://mydomain/src/App.jsx and so on. I've tried multiple attempts at fiddling with baseURL. I thought maybe someone more familiar with vite and this issue would know. Thanks....

vscode-web vs coder-server

Hey guys, what is the actual difference between - vscode-web: https://registry.coder.com/modules/vscode-web?tab=variables - code-server: https://registry.coder.com/modules/code-server...
Solution:
1. vscode-web is from Microsoft code-server is from Coder. 2. vscode-web allows installing microsft extensions like copilot. code-server uses OpenVSX registry....