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?...
Code-Server Performance
Hey, i wondered if I can allocate more RAM & CPU Usage to the Code-Server so activating Extensions etc. gets faster
Hot to configure STUN on kubernetes?
I've deployed coder to my kubernetes cluster using helm chart but DERP is shown as unhealthy(ESTUN01 No STUN servers are available.). What I'm missing in configuration?
It is strange to have IPv6 red too because cluster has ipv6
`netcheck: netcheck.runProbe: got STUN response for 1004stun0 from 46.4.36.142:39538 (9d0a6427fde4dd8c8068781b) in 5.429369ms...

Are the grafana dasboards in the coder/observability repo available seperately?
I see a bunch of dashboards in the project, but would love to instead import them to an already existing grafana instance
Multiple VM template - 1 agent + 1 user_data or ...?
Hi. Love Coder.
All public templates appear to assume provisioning only 1 compute thing.
I'm writing a Template that can provision a cluster of VMs but I'm getting an error when I try to create equal count of coder agents ("duplicate agent name: agent"). resource coder_agent is missing a
name
attribute so it can't be created in a loop/count....Failed to install provider?
use Docker Containers template create template , show me this, how can i fix it?
