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.
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)...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
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. ...
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
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:
```...
Templates in Kubernetes
How can I access and access templates when I have deployed coder on Kubernetes.
When directly deploying on the machine, I can easily run the commands as provided for creating templates and workspaces. But how to do this for coder on Kubernetes...
pfSense, HAProxy, and Coder.
Howdy all, I am interested in spinning up an instance of Coder on my on-premises server inside of my home network. I have a proxmox server running a VM that I was able to install PostgreSQL and Coder onto following the guide on your website; however, I am running into an issue with the ACCESS_URL parameter! Other parts of my internal infrastructure are exposed to the internet through pfSense via HAProxy. I have everything set up that I would need, including DNS records pointing at my custom URL. Where I am running into an issue is the relationship between the server and the reverse proxy.
The front end of my proxy is looking for the SNI https://code.example.com and forwarding it to the coder backend... Pinging/nslookup/regular-ole-internet can see my domain/subdomain, but that is where the success stops. Even with Coder set up as a service on my server, checking the logs to see that it started successfully and verifying that the config is configured to point at my externally accessible URL, I cannot get to the Web UI.
I have tried the following: ...
Jetbrains Gateway connection
Hey everyone,
trying to setup Gateway to connect to a workspace for further testing, but I'm not sure if I'm missing something here. According to the docs I have to enter the Host like on the coder server itself (e.g. coder.workspace-name) but that hostname won't be resolved since Gateway is not running on the same machine as coder itself. Do I have to run a SSH Tunnel to the server running coder or what am I missing here? Thanks!...
docker.sock connect permission denied
Hey, I am running coder as a docker container. Now I want to add a template but get the
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
error.
I saw a post here saying to chmod 666 the docker.sock but I dont like that.
I have tried sudo usermod -aG docker coder
to add the coder user to the docker group to make it able to access the docker.sock but it does not work. Any Ideas how I can fix this?
Thanks ^^...Default User without sudo access
Hey all,
so we want to limit the Devs abilities within the workspace so they don't have sudo access except for certain tools they should be able to control.
I'm using the docker template and
enterprise-base:ubuntu
as base for my dockerfile.
I tried manipulating the user via sudoers file(s) to no avail. So I'm not sure about where to go next. Thanks!...