Permanent SSH + GPG keys
Hello guys,
my scenario of using Coder, is having it installed on my separate PC (i9 14900KF /64 GB) as development machine, installed on k3s single node cluster, and connected with a real sub domain to issue a real SSL certificate (needed for some apps I am working on).
The issue is I have two GitHub accounts, two bitbucket, on occasionally GitLab.
...
Unable to Access code-server - White Screen Issue for Guests on Local Network
I am encountering an issue while using code-server on Coder. When I access Coder from my virtual machine as the host everything works fine. But when i log in to coder on my local machine as a guest the code-server application opens and only shows me a blank white screen. I am running my own Template, so i guess my problem is somewhere in my main.tf file.
Thank you for your Assistance....
Use Azure Entra Authentication provider in template
Recently I've had the idea to provide a template that our developers can then use to create a specific resource configuration in their own subscriptions to test as close to production as possible. To do this my idea was to use the access token via coder_external auth and then use this in a azurerm_provider block:
```terraform
data "coder_parameter" "subscription_id" {
name = "Subscription ID"
description = "The Subscription ID of your Azure MPN Subscription. The subscription has to reside in the axinf tenant."...
For the coder install into EKS, how do I set the initial admin credentials? I cannot log in.
I have installed Coder into my EKS cluster and have the page up and ready but I have no idea what the login is (i dont see any secrets in K8S holding it) and I dont know what the initial values would be if there was a default.
New template version stuck in 'pending'
Hi! A template admin tried to build a new template version that had a code error but instead of failing to build, the template got stuck on a 'pending' status. We can still can build new versions but I can't remove the 'pending' version with a 'coder templates versions archive <template> <version>'. Is there a way to delete it?

Template using old version of parameters
I have a template (basically this one here - https://registry.coder.com/templates/gcp-devcontainer) that I updated. In an older version I was using a specific repo. In my latest version (which is set as active) I am using a different repo as source for the devcontainer. I have changed the repo to be a TF variable to make it immutable by the user.
Problem is, that when I create a workspace, the old repo is being picked up. Any ideas?...
coder + vite in browser wrong paths
I've searche daround and didn't see an answer to this. I'm able to start vite up just fine from vscode in the browser, where it launches to https://mydomain/.../proxy/3000
It seems to load the index.html file fine, but given all the paths being with /, it starts to try and load them directly from https://mydomain/src/App.jsx and so on. I've tried multiple attempts at fiddling with baseURL. I thought maybe someone more familiar with vite and this issue would know. Thanks....
vscode-web vs coder-server
Hey guys,
what is the actual difference between
- vscode-web: https://registry.coder.com/modules/vscode-web?tab=variables
- code-server: https://registry.coder.com/modules/code-server...
Solution:
1. vscode-web is from Microsoft code-server is from Coder.
2. vscode-web allows installing microsft extensions like copilot. code-server uses OpenVSX registry....
Best way to auto install extensions?
I would like to configure a template to automatically install a couple extensions whenever I click on VSCode Desktop, whats the best way to do this? Using Template Modules? Using the .devcontainer template?
is it possible to run `code-server` locally, and then code in the browser?
i've just installed coder, and it's running locally a-okay. i've created a workspace, and i can launch the terminal from the browser, and interact with the terminal that way.
i'd like to be able to code from the browser as well - is this possible? when i click
code server
it opens a new browser window, but the window is all white. there are no errors in the network tab or console of the dev tools for this popup site, so i'm not sure what to do.
any insight?...
OIDC Default Role
After a user with OIDC signs up, how can I automatically assign them a default role?
Able to upload layers but not able to use them in build
Hi,
I am seeing this in the logs:
`#3: Checking for cached layer asdf.dkr.ecr.us-east-1.amazonaws.com/coder:14738e092c2ef6eeaea12a627349d9b2e2a1e79c99525e370b423b40ec2fc97a......
Coder_app not directing to url correctly
I have coder (and coder workspaces) deployed to a k8s cluster.
In the workspace pod I have a talos container that deploys a local instance of k8s, to act as a test cluster for devs.
On the local cluster inside the coder workspace we deploy istio to direct our ingress traffic. We setup rules (virtual services) to direct requests from vault.127-0-0-1.nip.io to the kubernetes service for a vault instance that is also deployed to the local cluster. ...
Problem with the Terminal in my own Template
Hey, I recently created my own template, and I've encountered some issues with its functionality. Firstly, the terminal is disconnecting randomly within about 4 seconds of opening. When I attempt to refresh the session, I am redirected to a different terminal. I suspect that there may be a configuration issue with my main.tf file, although it could potentially be something else. Additionally, I experience disconnections when using the code-server web application.
Custom Authentication
is there a way to tie coder into a platform like clerk for customized authentication?
Issues with connecting to code-marketplace from code-server
I followed the documentation as stated over here: https://github.com/coder/code-marketplace/tree/main/helm, ingress is configured and extensions can be added and viewed on code-server. I've tried add/removing extensions with the example provided (Vim) and I've tested using the curl given in Ingress, it works well and I get the response.
However on code-server itself, there's an error of "This extension is not signed by the Extension Marketplace", and installation fails as well, as shown in the screenshot. (note that curl in the terminal of the same pod as this code-server works)...

Custom Web Ide
Is it possible to use coder to deploy a custom web-ide without publishing to the registry?
e.g. a branch of code-server?...