Coder.com

C

Coder.com

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

Join

help

📢︱announcements

Running Claude-Code over K8s

Hi đź‘‹ I'm trying to setup a Claude-Code environment running over my k8s (EKS). I couldn't find a template for this so I eneded up creating a custom image for it with a manual installation of claude in my agent's startup script. Does someone know of a template I can use as-is?...

Very Simple Server

Hi, I don't know if coder is suited for my use case. But all I need is a way for other people to live edit on the same directory, but keeping their configs, such as vscode extensions or git configs. So they can pick their files and commit. Is this doable with coder/code-server?...

Anyone have experience setting up behind a reverse proxy like NPM?

I've successfully setup Coder behind an NGINX reverse proxy, tunneled thorugh a VPN back to my lab at home, as I have a homelab and all that, and rent some server space for public IPs (would prefer to not expose through residental IPs) and was wondering if anyone else is doing something similar. My setup is domain (coder.example.com) -> DC (NOCIX) -> NGINX Proxy Manager -> (Over IPSec) -> Internal VM (Coder) I don't see any errors, so I'm assuming I set it up right, but if anyone has any tips, I'd love to hear them to improve this setup....

Coder parameter form type textarea

``` data coder_parameter "ssh_key" { name = "ssh_key" display_name = "SSH Key" description = "Set the SSH key to use for authentication"...
No description

Code-server frequent 404 errors via CF Tunnels

Hi, I tried setting up a code-server instance via Docker and exposing it to the internet via CF Tunnels. But now I have the problem that the page only loads about 10% of the time, if at all, on the other occassions, it just throws me a bunch of 404 errors in the console. Any ideas?...
No description

Disable Coder rate limiting on high-throughput requests?

Hello everyone, first of all thanks for the work you've done. I'd like to ask if this --dangerous-disable-rate-limits flag is actually officially acknowledged, I found no mention of this in the documentation (maybe I'm not looking hard enough), and it looks like it is hidden by the coder server CLI, but I came across this while we are developing an API with thousands of requests per second. Is this officially supported by Codercom? (acknowledged and considered as a non-deprecated flag in Coder in production environments)...
No description

Has anyone included coder modules into renovate?

Hi there, I'm trying to include coder modules into my renovate bot, that should update the terraform and dockerfiles when a update is available. This is my current config: ```...
No description

File upload over API

Hey, I found you through Prisma while searching for a solution for isolated VS Code server instances. However, I need some additional features. Specifically, I need an API that allows me to upload and download files from individual instances. Is that possible with Coder?...

How to change tunnel location and can't access locally

Hi, I just installed coder via the CLI and have two problems. 1. It always defaults to "US East Pittsburgh", which gives me a high latency, as I am in Germany. 2. I can't access it via IP:PORT, but don't know why. ...

Access denied on everything

Hi guys. I am currently unable to deploy new coder workspaces as nearly every single command fails on no permissions or nu such directory. Its the same template we used for months and I was not changing anything in it....

How to add group to the user

``` coder@coder-56962455-3ec4-4089-bdbc-08698fbafd40-cc99d985-w22cf:~$ rocminfo ROCk module is loaded Unable to open /dev/kfd read-write: Permission denied Failed to get user name to check for video group membership...
No description

AI agents at scale

I have the following setup. I want to be able to run 100 coding agents on GCloud Kubernetes. These agents should run Claude Code, Aider and VSCode. Question: Is there any orchestration tool for these agents to know what they do or if they get stuck? 1 Agent I can check but not 10 or more. 2. Question: How can I set this up in the cloud and test it out?...

Workspaces losing connection

I have new Coder running in a k8s cluster on Hetzner Root/Cloud servers with Hetzner LB and Traefik. I have added a screenshot of DERP healthcheck but the Access URL and Websocket fails with "context deadline exceeded" from time to time....
Solution:
What seems to have solved the issue with my upgrade headers was to remove the Traefik annotations from my Ingress config shown above. My workspaces still have an unstable connection and I hope it's due to low mtu setting on the node
No description

Container with host network

How can I get workspace containers deployed by coder onto the coder host's network? Normally, they seem to only have docker internal networking and can't be reached from the outside.

EC2 Instances are not persistent

hey I tried to use coder ec2 Linux template to spin ec2 instances but seems like when I stop the workspace its trying to destroy the ec2 and recreate it and put it in stop and the bad thing here is the data is not persistent

ReactJS App Subdomain

I have Coder working well with everything in my stack (Java and ReactJS), but the only issue I'm having is when trying to access a part of my ReactJS app that exists under a subdomain. For example. when running locally I'm able to do localhost:5173 to get to a "Control Panel" version of the app, but then to get to another part I have to do subdomain.localhost:5173. I have no problems with the root (Control Panel) but I can't figure out how to get the subdomains to resolve. Not sure what conf...

Is it possible to share workspaces access between users?

I think this is not an expected usecase of coder but I'm trying to find a way to do it for pad.ws up and coming multiplayer feature I'm just looking for a way to share access to webapps, not especially sync their vscoder or anything (and terminals seems to be already synced) My first naive idea would be to find a way of "impersonating" the the user who owns the workspace by maybe sharing his coder tokens somehow...
No description

https://coder.com/docs/install/cloud/compute-engine

I installed coder from the GCP market place and trying create a workspace using the existing Docker template, I'm getting the following error. ``` Error: Unsupported attribute on main.tf line 13, in locals: 13: username = data.coder_workspace.me.owner...

extension’s icon and dropdown bars don’t render properly

Hello, I have tried using code-server, tunnel via vs code insider (with a m1 Mac Mini), and github’s codespace. None of these can load the icons and basically the content in the extension properly. Any idea on how I can fix this?
No description