GIT ASKPASS not being set in workspaces
Hi everyone, I've set up a Github App and it shows my user as authenticated when creating a workspace whose template is pretty close to the the default Docker Devcontainers template, but when I try any git operation it still asks me to log into Github again. I am using HTTPS requests, but it seems like the GIT_ASKPASS is not being set by coder, as this is the GIT ASKPASS env variable:
/tmp/code-server/lib/code-server-4.102.3/lib/vscode/extensions/git/dist/askpass.sh...
Solution:
Sorry nevermind, I was able to figure it out. I was installing GitHub Actions on code-server which was overriding the GIT_ASKPASS variable. It works as expected after I removed that extension!
Attempting to run coder in k8s (im running a k3s on my server)
just a quick question, im currently running coder with docker compose, and tls is managed by traefik (also with docker)
I'm in progress of transitioning from docker to k8s for all my apps, is the helm installation works well with traefik run in k8s? Or is this attempt not worth it?
Just seeking some advice while I'm bricking it in the meantime:)...
Google Kaniko Archived
With Google Kaniko(https://github.com/GoogleContainerTools/kaniko) being archived and no longer maintained is Envbuilder going to be migrated to a different backend? I am using Docker to run my devcontainers currently so hypothetically I could switch to the newer Terraform Resource that creates devcontainers using
@devcontainer/cli but I may migrate back to Kubernetes in the future.Goose agent quirks
So I'm trying a docker-based selfhosted instance at home (using mostly default settings via docker-compose). One thing I struggle with is setting up AI tasks: when I set up the 'goose' module, I can run a workspace, it will do the task and all that, but I can't track the progress: when I click any of the task-related buttons in the ui, i get a blank screen like the one attached. At this point I'm running out of ideas... There are no visible error logs or details, no idea which 'user' is meant et...

PR Review help
Hi, I've been waiting for a review on this PR for about 5 days now and haven't received any response from the team or any indication on how long it may take. Could someone please give guidance on this? https://github.com/coder/registry/pull/254/files
VS Code Desktop pre-install extensions
Hi everyone! I have Coder installed on a on-premises redhat VM and I'm currently trying to configure pre-installed extensios in a Docker Container starter template.
I followed this guide here to add the extensions .vsix files to the image and install it in the startup script https://coder.com/docs/user-guides/workspace-access/vscode#adding-extensions-to-custom-images.
However, by doing that only the code-server (web browser) had the extensions installed, the VS Code Desktop option starts without them....
Solution:
Hi, thank you both for the response! I will check the possibility to allow in the firewall the installation of the VS Code Web since it may be exactly what we want. The VS Code Web installs the extensions from the microsoft marketplace or from the openvsx?
Also, I managed to make it work by using the
code-server --install-extension ... --extensions-dir in the image and copying the installed extensions folder to the expected location on both the desktop and code-server. Although this is not the intended way to use, it may be useful to validate. Just commenting here cause I didn't find much about this topic that was already posted....Embedding Coder into another web app
Hi! I'm looking into integrating Coder into another application. I've seen https://github.com/pad-ws/pad.ws, which apparently just iframes Coder. For auth, I believe both their main app and Coder are configured to use the same instance of Keycloak, so when you log in into their main app, you are automatically logged in into their Coder instance.
Are there any other simpler approaches that do not require any additional component like Keycloak?...
I've doubt
I'm working on this issue (https://github.com/coder/registry/issues/238), and @bpmct said to modify coder/agentAPI if needed to support Sourcegraph Amp. Suppose I change some parts of the code; how can I initiate it with my module? I understand that I can change the source path, but I also need the script files, and I don’t have access to the AgentAPI script files.
Dockerfile + registry auth (gitlab): 403
In my templates i can pull images from my private gitlab instance in "docker_service" via "image". This is achieved by using "docker" provider with "registry_auth". Now i tried to use the same image but from a Dockerfile. This results in 403 (Forbidden). I added various combinations of the available options to "docker_image" -> "build" -> "auth_config" but i can't get it working. Any idea how to get this working?
Template default settings?
Can i set some defaults for templates somewhere, like "Default autostop (hours)" and "Activity bump (hours)"?
Solution:
@daschatten for the
coderd Terraform provider, you can use the coder_template resource's default_ttl_ms and activity_bump_ms fieldsI can’t see the task Tasks UI
I am running the latest version of Coder (v2.24.2), but when I start the Coder server, I can’t see the Tasks UI.

Docker (Devcontainer) enviro takes awhile to load
Hey all,
If I'm running a docker (Devcontainer) template and it's taking awhile to spin up each time, is there away to make files cache and all changes make persist?
Attached is my docker-compose:
...
Internal error fetching authenticated Github user organizations
I am unable to use coder with github auth. I went to my github organization then under Developer settings -> OAuth Apps created a new app. I verified coder is starting with the client id and secret.

Unable to make direct connection between two NATs, even with STUN
Hi our coder is hosted in an on-prem k8s cluster (one subnet), and the client devices are sitting on another subnet.
I have installed an internal STUN server as well.
We are having trouble establishing direct connection, I suspect due to restrictive firewall rule.
so I start with something simple: create a pod in the same k8s cluster, and do
coder login to act as a client....Auto-Clone GitHub Repo on Workspace Creation (with GitHub Auth)
Request:
Add support for automatically cloning a GitHub repository (including private repos) when a new workspace is created, if the user authenticated with GitHub.
Details:
- Use the user's GitHub token from OAuth to clone the repo....
Coder needed
Would like to get to know more abt coder before I spend money to do it also have a dayz server dat would like to get help wit
Jetbrains Rider stucks in "Waiting for RD-251.26927.67 backend..."
I can't start Rider via "jetbrains_gateway" module. In other workspaces i have successfully used pycharm and also webstorm. Connecting from jetbrains toolbox works fine. Any idea?
Coder SSH Key
I added the SSH key provided by coder form my account to GitHub and now when I open a workspace I still have to loign via GitHub becuase the key si not being authenticated