sharkymark
sharkymark
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
37 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
just flying by, but even though it should fall back to WebSockets, you can force it https://coder.com/docs/reference/cli/server#--derp-force-websockets
37 replies
CCoder.com
Created by TitiMoby on 6/18/2024 in #help
Create a dedicated workspace for each user
since you're in kubernetes, are there any remnants like a pod kubectl get pods -n coder and if so, get logs kubectl logs <pod name> -n coder or describe like if crashloop backoff kubectl describes pods <pod name> -n coder
99 replies
CCoder.com
Created by TitiMoby on 6/18/2024 in #help
Create a dedicated workspace for each user
@Thierry Chantier sorry if I missed this, but did you enter 2 or 2GB? Pasting the template here (sanitize it) can help @Phorcys if you want to make it really simple, just hardcode the CPU/Mem/Disk quantities in the template and not make them Coder parameters. If you give a choice, they always take the bigger ones.
99 replies
CCoder.com
Created by JFK on 4/2/2024 in #help
Setting up a Privileged Sidecar
ok sounds good, just pointing it out. i like the convenience of side car too.
9 replies
CCoder.com
Created by JFK on 4/2/2024 in #help
Setting up a Privileged Sidecar
Also keep in mind the security issues with a side-car - the dind container has to be privileged which means it can access the host.
9 replies
CCoder.com
Created by JFK on 4/2/2024 in #help
Setting up a Privileged Sidecar
it works for me, (docker run hello-world) - did you use codercom/enterprise-base? It has the Docker CLI and the container user is in the docker group - so if you use a custom image, it needs the same. Here's the enterprise-base Dockerfile https://github.com/coder/enterprise-images/tree/main/images/base But there is a missing item in the docs - there's isn't a count on the dind container so it will stay running when the workspace shuts down.
9 replies
CCoder.com
Created by sharkymark on 2/6/2023 in #help
Any clue what's causing this on `coder server` on a mac?
Ok thanks
7 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
sure good luck
36 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
No description
36 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
I can try the docker one
36 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
No description
36 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
the template implies a perfectly configured sysbox which sounded like the problem. works for me just fine.
36 replies
CCoder.com
Created by BoJIwEbNuK on 12/28/2022 in #help
Problem running sysbox template with coder.
sysbox is finicky. Nestybox (the company) was acquired by Docker earlier this year. So I am not aware of their support plans. https://www.nestybox.com/ I have another template that just creates a side-car with docker. I'd recommend this. https://github.com/sharkymark/v2-templates/tree/main/docker-in-docker/docker-with-side-car All of these are documented. https://coder.com/docs/coder-oss/latest/templates/docker-in-docker Good luck
36 replies
CCoder.com
Created by Chinz on 12/14/2022 in #help
Configuring Vscode webIDE
@Chinz in the startup_script, after it installs and starts code-server (VS Code), you can run the code-server binary to add extensions, in this case from the Open VSX marketplace on the Internet.
See this PHP example, but change the extension to whatever one you want from Open VSX. You could alternatively bundle vsix files in the image, and use the same code-server to install extension from file. https://github.com/sharkymark/v2-templates/blob/main/pod-with-phpstorm/main.tf#:~:text=%23%20install%20VS%20Code%20extensions%20for%20PHP%20development%20and%20debugging
7 replies
CCoder.com
Created by Programmer_remote124 on 9/19/2022 in #help
Is there a guide to setting up a JupyterLab template on Coder OSS?
Oh perf!
33 replies
CCoder.com
Created by Programmer_remote124 on 9/19/2022 in #help
Is there a guide to setting up a JupyterLab template on Coder OSS?
Nice template @Atif I did the same thing using an input parameter to ask if notebook or lab is wanted, then change the startup_script parameters.
33 replies
CCoder.com
Created by Programmer_remote124 on 9/9/2022 in #help
How to delete templates on Coder OSS?
@Programmer_remote124 did we answer your question and are you unstuck?
8 replies
CCoder.com
Created by RealYHD on 9/10/2022 in #help
NGINX reverse proxy to Coder web UI
Sounds like a valid use case even if technically it is hard. In many large organizations, getting a domain and subdomain is expensive and full of red tape (delay).
22 replies
CCoder.com
Created by Programmer_remote124 on 9/9/2022 in #help
Coder OSS- Agents keep randomly going offline
Did the workspaces stop in their clouds?
4 replies