Coder.com

C

Coder.com

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

Join

Code-server remove parts of activity bar

Hello, new to code-server 🙂 I deployed it using a Dockerfile with the codercom/code-server:latest base image. However, I am trying to do a minimalistic approach and only using some of its features (file explorer and search). Because I do not need all of the git/chat/debug/test functionalities, I was wondering if its possible to remove their functionalities and icons from the activity bar...

Port Forwarding Issue with Nginx Swag Reverse Proxy

Blocked request. This host ("3000--main--portfolio-cat--developmentcats.blah") is not allowed. To allow this host, add "3000--main--portfolio-cat--developmentcats.coder.blah" to server.allowedHosts in vite.config.js. I have the DNS entries for *.coder and coder. both going to the correct place and this is my reverse proxy config...

coder/wgtunnel

It's been a while since I setup wgtunnel built by coder, I managed to do it again but fell into a ditch ... Normally when you go to the root path it should say https://coder.com but rn it says not found. Not sure what's going on but even the POST routes don't work,...

Installed Coder, but can't connect to code-server with VSCode

I just recently installed Coder with the docker-compose.yaml file, it's running on an EC2 instance, in a private subnet that I connect with the Cloudflare ZTNA VPN. I can connect to it, create a template and start a workspace, the problem is, when I try to connect to Coder with VSCode, it tries for a long time then I get this error: OpenSSH_9.9p1, OpenSSL 3.3.2 3 Sep 2024 Connection closed by UNKNOWN port 65535 local-server-1> ssh child died, shutting down...
Solution:
Hey, in the end I had to put it into a public subnet AND remove all that I was allowing into my SG, then it worked

Help with caddy reverse proxy

I can't figure out how to setup coder and caddy together. Can you share a possible config file Domain coder.evokerking.dev Wildcard Domain *.coder.evokerking.dev...

Fresh Coder helm installation fails Workspace creation

I created a coder instance using helm following step-by-step the docs using a custom TLS ingress that works fine. The installation has been successful, but when I try to create a workspace using the default kubernetes template, the Coder UI fails to connect with the pod with this error: ``` 2025-03-12 11:37:47.707 [info] connecting to coderd...
Solution:
@Phorcys I solved it! The problem was the ingress class I was using, I had to enable websockets in the annotations. For everyone who users Contour wondering how I solved it, this is the config: ```YAML ingress:...
No description

OpenStack provider authentication

Hi, I am trying to create a template, that creates OpenStack VM to user's own project/account. What's the best way to authenticate users to the OpenStack provider? Current solution was to pass the OpenStack app credentials as parameters to the template, but this is not suitable for production envionment. I found this , but I am not sure how to use it. Can anyone help please?...

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