Coder.com

C

Coder.com

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

Join

Issues with external Postgres DB

When I run Coder with the internal DB, it works flawlessly. As soon as I try with an external Postgres database, I get 401 errors such as "the API key is invalid" and 404 errors such as "Resource not found or you do not have access to this resource". Template creation fails with logs: decode body: invalid character '<' looking for beginning of value. ```yaml version: "3.8" ...

Default docker-code-server template is stuck on connecting

Hey all, I am trying to test coder but it just says connecting. I have tried both 127.0.0.1, the IP of the server and the external url as the CODER_ACCESS_URL but none seem to make it work.
No description

Just need some help as coder is failing to start.

I need some help setting up coder. It has been a long time since I have done this.
No description

NGINX reverse proxy to Coder web UI

Hi all, I was just wondering if anyone has experience setting up an NGINX reverse proxy to coder? I would like to have it running at a sub-path instead of a (sub-)domain. The current issue is that Coder seems to still be trying to access items at the domain root instead of the sub-path. To elaborate, going to my.domain.com/coder results in a blank white page. Checking the dev-tools console, there are 404 failed to load resource errors. Checking which resources, it seems to be looking for https://my.domain.com/bundle.04c5eed1b191f7762dd9.js instead of https://my.domain.com/coder/bundle.04c5eed1b191f7762dd9.js which does show the script. I've configured Coder with CODER_ACCESS_URL=https://my.domain.com/coder/ but this doesn't seem to be doing what I would like. I may also just be misunderstanding something, so any help is appreciated! Thanks....

How to delete templates on Coder OSS?

Cant seem to find the button on the dashboard or any docs about it

Coder OSS- Agents keep randomly going offline

Workspace agents keep going offline on different workspaces and we dont have a way to bring them back up or diagnose why they went down.

Coder CLI in docker

Hi, how i can create first template when I'm using coder oss in docker? Inside the docker I can't, this same in system (ubuntu).

custom workspace icon

How can I upload a custom template icon

Using a template without an explicit `user` breaks the workspace container

When starting the example docker-code-server as-is, I get this chdir - no such file or directory error: ``` 2022-09-05 10:58:46.515 [WARN] <./agent/agent.go:170> (*agent).run.func1 agent script failed ..., "error": run:,...

Agent token is invalid inside of workspace container

After finding a good workaround for my issue #3870 (unable open a terminal session, which was because my user inside the workspace containers was wrong), I've got a new problem 😬 My workspace containers are complaining about an invalid agent token: ```...

code-server's config.yaml file

Where can I find documentation regarding code-server's config.yaml file? I'd like to know all the possible options I can insert there.

Agent stuck at Connecting

Hello, I have Coder OSS installed on a Debian server and given a domain. I can access the dashboard from outside and do everything. But when I start a workspace, the agent gets stuck at the status "Connecting". I have already seen that this can be because the agent cannot reach the server....

Setting up a database in a template

First of all: Coder is running on my server at the office, and I want to host the workspaces on it too with Docker. I've got a PHP project I'm trying to create a template for. It requires a MySQL/MariaDB database to run, so I'm trying to set that up now, but I'm not sure how to go about it. ...

how do i set this up?

how can i set this up in the free plan? i dont want to self host, because my computer is underpowered

Coder OSS VS-Code Integrated Terminal Help

code-server integrated terminal in the web IDE doesnt consistently work. Sometimes I can't click my cursor into it and it is not usable.

code-server with proxy_pass

I want to move code-server into www.domain/vscode instead of www.domain here is my current nginx block: ``` location /code { proxy_pass http://127.0.0.1:8080/;...

Coder OSS - code-server certificate issue

Hi all, I've been stumped on this so I'm hoping maybe someone here has seen this before and has any ideas for how to approach solving this. The goal is to host code-server as a Coder workspace. When I try to open the code-server web view, I see the attached screen. It says "code-server is offline! x509: certificate signed by unknown authority." Here are some configuration details: I'm running Coder OSS on RHEL 8 using Docker Compose. The docker-compose.yaml for the Coder service has the following changes:...
No description

Problems with installing

```bash root@StilauVPS:/etc/coder.d# /usr/bin/coder server Coder v0.8.10+01a06e1 - Remote development on your infrastucture Using built-in PostgreSQL (/root/.config/coderv2/postgres) The built-in PostgreSQL cannot run as the root user. Create a non-root user and run again!...