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...

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?

failed to WebSocket dial: failed to send handshake request on private EKS
I have a private EKS cluster with cert-manager and DNS installed on the cluster. Attached are my test files. I exec inside the pod with a
kubectl exec
command. Once I'm inside the pod I log into coder with the coder login
command. From there I pull, modify, and push my template. When I run the coder template push
command I get the following error:
coder template push -y
=== ✔ Queued [0ms]
==> ⧗ Running...Intercept builds via API
Is there any way we can intercept builds via API and cancel them before provisioning resources?
I saw in the premium that we can set quotas.
Thanks...
custom image with desktop and kasmvnc
hi all, i am student at 42 Mulhouse (france), i was trying coder for maybe add it on our campus.
the goal was to deliver desktop at demand for students
i have success install coder on our talos cluster, and i can open vscode on a basic kubernetes template.
someone can put me on the right way to get a debian or ubuntu with a desktop manager and kasmvnc access
or a tutorial to build my own image ( stored on our harbor)...
Users redirected to Login page periodically...
Using Github as our auth, we're seeing that there is some randomness to when users are redirected to the login page. Sometimes it will be tens of minutes after they logged in last, and othertimes they'll be logged in for a day. We also see them get the login page any time there is any kind of intermittent error in the coder backend.
I'd like to have some more predictabiliity here... what can we do to tune the length of our developer login sessions and improve their resilience?...
Gitlab external auth
Hi folks, need some help with my setup. Here are the details.
- Running in GKE on GCP
- Running helm via TF (chart version 16.6.6, latest coder image)
- Gitlab.com as my external auth...
start Coder with docker port forwarding
Hello,
I started coder in docker, and made the docker template , started 1 workspace with it. I started the dev server, but can't access the url via the browser while working in the vscode in the browserof the coder workspace.
Can I get some help please?...
The filebrowser module always loading
Solution:
Hey, I setup sub domain and then the two mode of main.tf can working

mysql connection error
why i cannot connect to mysql in dockers
coder@ErpDemo:~/ERP-ULTRA$ mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)...
Java Spring Boot access service?
Hi I am very very new to Coder... I built and deployed a Java Spring Boot app using Dev Container template and VSCode. I have started the service but cannot access it using localhost:8080 (same as when running Intellij locally). How can I expose the service so I can access it and test that it is running? I also tried the url 'Open in browser' from vs-server and it also did not work....
Kasm + Kubernates Deployment Problems
Hi, I use Kubernates Deployment template and wanted to add https://registry.coder.com/modules/kasmvnc did what it says just edit agent id but still having issue.
```
module "kasmvnc" {
count = data.coder_workspace.me.start_count...
Stopping a workspace via API endpoints
I would like to know if stopping a workspace using Coder API is possible.
Is it normal that `context.secrets.store` is dropping secrets on developer window reload?
Taking a stab at writing an extension, and decided to store an API token for my extension in
context.secrets.store
but I noticed that it isn't there anymore in the browser that did Developer: Reload Window
. Am I supposed to use something else for persistent secret storage or just not do Developer: Reload Window?