sharkymark
CCoder.com
•Created by sharkymark on 3/20/2025 in #help
are the latest mainline releases on brew?
@kirby i figured it out. had to run the curl command to get brew to use mainline.
brew upgrade coder
only does stable. thanks.9 replies
CCoder.com
•Created by sharkymark on 3/20/2025 in #help
are the latest mainline releases on brew?
@kirby thanks, how long does it take to propagate? i did a
brew upgrade coder
showing:
Warning: coder/coder/coder 2.20.0 already installed
and brew info coder
showing:
9 replies
CCoder.com
•Created by sharkymark on 3/20/2025 in #help
are the latest mainline releases on brew?
thanks @Stephen
9 replies
CCoder.com
•Created by browniverson on 2/21/2025 in #help
Best way to auto install extensions?
makes sense, good luck. my approach was for the dev who will only have 1 workspace and the same language config.
13 replies
CCoder.com
•Created by jay on 2/25/2025 in #help
Template using old version of parameters
on #2 using coder CLI, coder templates archive <template_name> <version>
https://coder.com/docs/reference/cli/templates_versions_archive
23 replies
CCoder.com
•Created by browniverson on 2/21/2025 in #help
Best way to auto install extensions?
It is ssh under the hood. It works for me. When the workspace is started, you’ll see the extensions under the extensions tab marked as remote.
13 replies
CCoder.com
•Created by browniverson on 2/21/2025 in #help
Best way to auto install extensions?
not tied to a template, but in your
settings.json
can't you list the extensions out?
13 replies
CCoder.com
•Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
my bad, didn't catch you are using Microsoft's code-server (VS Code Web) - good luck!
11 replies
CCoder.com
•Created by Katorly on 10/10/2024 in #help
Where can I find settings.json for vscode web?
If you are using code-server, which I think you are, since it's in that template, then for me, it does not have a settings.json until I start making changes to the settings, and then creates the file in that location
~/.local/share/code-server/User
11 replies
CCoder.com
•Created by Mr Coxall on 10/7/2024 in #help
VS Code Desktop, remove button
If you have a paid license, browser only mode disables ssh
https://coder.com/docs/admin/networking#browser-only-connections-enterprise-premium
9 replies
CCoder.com
•Created by Mr Coxall on 10/7/2024 in #help
web terminal font, want to change
Look at the
coder_agent
script, it is copying a .bashrc
that sets colors. you can change or adjust as you like.
In your running workspace, inspect .bashrc
3 replies
CCoder.com
•Created by Mr Coxall on 10/7/2024 in #help
VS Code Desktop, remove button
inside the template's
coder_agent
resource, add a display_apps
config to force removing the desktop option.
9 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
ok, you did
docker ps
and then docker exec -it <container> /bin/bash
and can curl
the access URL?75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
I think you said you're on Kubernetes. One way to test if the workspace pod can get to the Coder control plane, is kubectl exec into the pod and curl the access url you have specified in your server config.
75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
Your access URL is set correctly too? Maybe a screenshot of the workspace dashboard would be help - like the icons appear for web terminal and code-server (if you have that installed)
75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
So no web IDE and terminal too - as docs said, STUN, UDP is for local IDE/ssh, so this could be something broader.
To your question, no, I don't think STUN is needed if p2p/direct is disabled, and your web IDE and web terminal seems to be something. So I can't imagine your own STUN server helps anything.
Hopefully someone more intimate on networking can sugggest things.
75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
I think no UDP is part of this too. There corporate firewall rules blocking it
75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
if offline, you can host your own STUN server, but it is needed for coordinator to share node info between the 2 nodes (the client where VS Code or ssh in terminal is, or using coder ping etc.) and the other node (the Coder workspace)
Can you confirm you can get to the dashboard for a worskpace in a browser fine, and open web terminal and if your template has it, a web IDE like code-server?
75 replies
CCoder.com
•Created by r1234 on 9/7/2024 in #help
Unable to connect to workspace | access to terminal, code-server, ssh not working. No matching peer
not sure, i did notice your one screenshot showed udp wasn't healthy/allowed. i assume what is not working is local vs code to workspace. if i remember, i thought that coordinator server process where node keys and IP addresses are shared, requires UDP to do STUN (echoing google.com for each node's address)
guess wait for Phorcys to free up
75 replies