Coder.com

C

Coder.com

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

Join

Terraform throws an error when the coder starts the server (no access)

Hello. now I am at home in Russia and there is no access to releases.hashicorp.com/. I am using raspberry pi as a host with tailscale. Can I somehow bypass the links to terraform and do everything offline? Provided that terraform is already installed, for example. I see only one way, to use a vpn. Are there any other ways?...

Cloudflare and ssl errors

Hello, currently I am using caddy to reverse proxy my server. When using the wildcard domain I realized that there are ssl mismatches and the server refuses to work. Any idea on how to fix?
No description

SSH connection hangs up forever

Hey! i've got quite a problem 🥲 Whenever I spin up a docker-based workspace, its connections info (code-server, ssh, terminal, etc) on the are loading for ever (see image below). Same goes for the ssh CLI; ```...
No description

If I install it then I should be able to access it on my browser right?

I've installed coder following the guide, cant access the server through the internal ip (no vpn or filewall) I use ipadress:3000 in my browser

Coder behind Reverse Proxy and Port Forwarding

Good evening everyone, just a quick question since I'm kinda Stuck: Does Coder Server need any open Ports besides 443 by default? 80 should only be used for Let's Encrypt but since I'm using DNS Challenge it shouldn't matter. Or am I missing something? To clarify, my current setup is as follows: Router with Port Forwarding -> Reverse Proxy -> Coder Server ...

Need help with docker-code-server template.

Installed coder, configured template with architecture of host and docker_url. After successful build in workspaces started session, but there no button for vs code in browser.
No description

migrate up up Dirty database version 74.

Fix and force version.??? how to fix? K8s install.

Multiple Services running on port 80

I was wondering if it is possible to have coder point to one subdomain (coder.example.com) and have another service like apache run on the same port but redirect to web.example.com. So far I can only get coder to point to the root domain (example.com) but except responses from the subdomain.

Refusing to allow an OAuth App to create or update workflow

Hey! I get this error when i'm trying to push a commit containing changes to github workflow files within a coder workspace: `` (refusing to allow an OAuth App to create or update workflow .github/workflows/build.yml without workflow` scope)...

Issues when opening coder

install terraform: install: context deadline exceeded
No description

Unexpected non-JSON response

While trying to push templates coder-cli errors, reading a previous thread i checked the server and client version and they are the exact same commit
No description

Error Error pinging Docker server Cannot connect to the Docker daemon at unixvarrundocker.so

Hey team, I have already configured coder on my Azure Kubernetes cluster, configured my domain and I'm able to log in. I'm trying to upload my first Template following some steps like ( on my local machine ): ...

Coder offline issues

Hello, I'm evaluating coder in our air-gapped dev environment and run into the problem that despite following https://coder.com/docs/coder-oss/latest/install/offline coder tries to install terraform on startup from the internet (which fails of course): ``` coder_1 | ==> Logs will stream in below (press ctrl+c to gracefully exit): coder_1 | Unexpected error, shutting down server: install terraform: install: Get "https://releases.hashicorp.com/terraform/1.3.4/index.json": dial tcp: lookup releases.hashicorp.com on 127.0.0.11:53: no such host...

Is It DNS this time or code-server?

Issue: when connecting to the CNAME record I assigned for my code-server within my home internet I am left with the white screen after sign in each time for both the windows and Linux OS's and when using Firefox and Vivaldi between the 2 OS's. In both browsers I reach the white screen and in both if I wait long enough I load into the code-server just in time to recover a pop-up to reload the page and the process starts back over.
What is extremely odd is when I try the CNAME record when on public wifi or any other network; the website loads directly even when I used my cell home as a hotspot and the same desktop machine. ...

Configuring Vscode webIDE

Hi, Our team want to use Vscode web IDE for development on Coder. We want that whenever a user gets a workspaces with Vscode, the Vscode should already have some extensions and configs ready. Is it possible? Thanks...

How to see web app in coder oss

Writing a web app and I want to see my changes on localhost:3000 when I run my app. Basically I need access to a web browser when I am on my ec2 hosted coder workspace....

Coder Workspaces as code

Hi, i came across an example from @Ben where he has a solution pretty much like how Gitpod/Github codespaces has where the end developer can open a new workspace(WS) that automates developer experience. example: https://github.com/bpmct/bookshop-monorepo/blob/main/.coder/coder.yaml v1 docs: https://coder.com/docs/coder/latest/workspaces/workspace-templates/templates I cannot find anything like that for Coder OSS (v2) ... Is V2 backward compatible? ...

No access to built workspace

We use Coder Coder v0.13.2+88bb901 on a Ubuntu 22.04. Machine. Some workspaces (Dockerfiles) work fine but when we use some other dockerfiles like the following:
FROM osrf/ros:noetic-desktop-full
FROM osrf/ros:noetic-desktop-full
...
No description

Git authentication doing nothing

Hello! I've setup git auth following the doc (https://coder.com/docs/coder-oss/latest/admin/git-providers) but when i'm trying to clone a private repo, this problem occurs. 1. Coder shows me this: ```...