Coder.com

C

Coder.com

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

Join

Coder server has no extensions gallery

Hi! I just installed coder today to try to use it, only to find extensions don’t seem to work? Connection from: Chromebook, chrome Connecting to:...

I'm trying to setup coder with the aws template, stucked with external auth(github)

I deployed coder on aws ec2 by using aws template, it's up and running, now I want to be able to create workspace from github repo, I tried to setup the external auth, it's not very clear, like where exactly put the config, the env, if I can get a example main.tf file would be really help, and right now I configured as the screenshot, when I click build, it shows: Error during the build external auth provider "primary-github" is not configured how to solve this, I setted up github app, and installed, will this be all? Thank you....
No description

The difference between installing coder server using the command line and using Docker.

Dear all, I have some question. Sequence 1 : When I use command line to install coder in Ubuntu PC , I have Web (refer 1st image) .it is running in localhost : 127.0.0.1:3000 but I can't find the folder setup . And I want to publicize it for my team ( I have created DNS , installed apache2 ). Could you share with me some ideas using apache2 without using Cloudflare, nghix ,ect... Sequence 2: When I stucking in Sequence 1, I install coder server by Docker ...
No description

Got permission denied while trying to connect to the Docker daemon

When trying to create an docker container template i always get this error: ``` 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 19, in provider "docker":...

What do "Last Used" icon colors indicate

I don't see any difference between instances that have an orange icon and ones that have a gray icon. I'm assuming this is indicating how the workspace was stopped, but which color means what?
No description

Coder docker container works on N4 Google Compute instance but no longer C4

Hello, I have been using coder a ton lately and it's been amazing! I have been using the C4 instance for a few weeks, then recently (within the last few days) used N4 instead. In that time, it appears coder's docker template has become incompatible. To reproduce: 1. Create c4-standard-8 machine 2. Run the following commands...

Cannot create docker template

I have a fresh install of ubuntu 24.04 running with docker. I ran the inital curl command and ran coder server, then went to the url that it specified. I created a account and can access the website fine. I then try to use the docker template, I used all the default info and tried to specify my own info, yet it simply keeps loading. I get this ```...

Coder pod count explodes

When coder runs the pod count explodes and most get evicted immediately, how do I resolve this?
No description

multi-attach error

Running coder on aws / k8s we see the following error : Multi-Attach error for volume "pvc-0ec5004f-842d-4e5f-ad63-c608c21c2455" Volume is already exclusively attached to one node and can't be attached to another Any ideas why that would happen?...

how to use traefik to connect it to a domain with caddy

how to use traefik to connect it to a domain with canddy

Provide git repo as parameter

Hey! First of all, amazing product. I love it so much already and I’ve barely scratched the surface. Right now I’m trying to create a baseline template for most of my projects, so naturally I want to be able to provide a repo as parameter to template and have it cloned on start. I copied what’s in https://coder.com/docs/templates/open-in-coder but I thought it would work as it does when I connect to a workspace and can immediately clone my repositories, since I’ve already added the Coder key. But instead the startup script fails when using ssh url, with something in the lines of “can’t connect to remote” etc etc. ...

aws ec2 is always auto started after coder workspace is stopped.

it seems that my ec2 instance is always auto started back an hour later, whenever I have stopped the coder workspace. how can I ensure, the ec2 instance is not auto started back? pls help

Resetting the Service Version of Coder

I forgot the password to my admin account on coder. I use the system service version of coder server and the docs don't cover that version.

I get an error when deploying docker template in rasberry pi (coder in docker)

I get this error
Error: process "/bin/sh -c apt-get update \t&& apt-get install -y \tcurl \tgit \tgolang \tsudo \tvim \twget \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1

on main.tf line 164, in resource "docker_image" "main":
164: resource "docker_image" "main" {
Error: process "/bin/sh -c apt-get update \t&& apt-get install -y \tcurl \tgit \tgolang \tsudo \tvim \twget \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1

on main.tf line 164, in resource "docker_image" "main":
164: resource "docker_image" "main" {
...

How do i make a template for python

I want a simple python workspace and be able to edit with code server. what do i do?

Coder docker container DB is randomly failing

I’m experiencing a weird issue where while I have a Coder docker container running, the DB fails due to what it looks like is a bad migration? Not sure what’s happening, but while Coder is running, it randomly crashes and when I try to run it again I’m getting the errors in the screenshot. What could be causing this?
No description

github enterprise auto upload publish SSH key

Hey folks! I'm curious if anyone has had any luck setting up https://registry.coder.com/modules/github-upload-public-key to automate uploading SSH keys to make git clone easier? I've got things mostly plumbed together as https://coder.com/docs/admin/external-auth#github-enterprise prescribes, but I keep getting 401 errors so I'm curious what I'm missing
Solution:
Finally got it to work! I learned a couple things: * https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps I originally had created a github app. Looking back at this, I think I might be able to get the github app to work, but 🤷 I have an oauth app working now * When I posted last night I was missing github_api_url completely. I initially tried https://github.example.com but this afternoon I realized I needed to use https://github.example.com/api/v3...

Coder-app share level not respected when using wildcard access URL

Hey all - Thanks for all the thoughtfulness around port forwarding/sharing. We have a use case where we share code-server publicly via #4378 and it works well - we were able to view forwarded ports via path publicly....

GUI Application Development

Is it possible for a coder workspace to be set up to support development of apps that use a GUI? Things such as JavaFX, PyQT and other toolkits for GUI development....