Atif
Atif
Explore posts from servers
CCoder.com
Created by Spiked_Grape on 11/4/2024 in #help
Kasm template / module
This is great to know
29 replies
CCoder.com
Created by Zebrazinker on 11/19/2024 in #help
Devcontainer with GPU access
There is some related discussions here: https://github.com/coder/envbuilder/issues/143
3 replies
CCoder.com
Created by Spiked_Grape on 11/4/2024 in #help
Kasm template / module
Hi @BigCheeZ what is your base image? It could be an issue with the DE installed.
29 replies
CCoder.com
Created by Katorly on 11/17/2024 in #help
Git commit still uses the email from my Coder account
It's setting these env variables
9 replies
CCoder.com
Created by Katorly on 11/17/2024 in #help
Git commit still uses the email from my Coder account
9 replies
CCoder.com
Created by TitiMoby on 11/13/2024 in #help
delete a workspace from cli fails when it was created on behalf of another user
To delete a workspace for another user you need to provide it's name as user/workspace
20 replies
CCoder.com
Created by nVitius on 11/9/2024 in #help
Coder on Windows
@zounce I think its related to https://github.com/coder/coder/issues/15311 And we have already fixed that in main should be fixed in 2.18.0
12 replies
CCoder.com
Created by Andrej on 11/6/2024 in #help
Save template with failing build
The edit tem;plates button takes you to the active version of the template and not the latest
11 replies
CCoder.com
Created by Andrej on 11/6/2024 in #help
Save template with failing build
you should be avle to get the latest from the list of versions.
11 replies
CCoder.com
Created by Andrej on 11/6/2024 in #help
Save template with failing build
I think even if the build fails we do save that version as a failed version.
11 replies
CCoder.com
Created by Andrej on 11/6/2024 in #help
Save template with failing build
This is like a draft mode for template editor. I like it.
11 replies
CCoder.com
Created by Nipun Agarwal on 11/5/2024 in #help
Anyone can access cursor workspace connection URL
Why do you want to restrict that? Coder is managing the authentication and any user who is not the mower of the workspace cannot open the workspace.
11 replies
CCoder.com
Created by Caspertje on 8/30/2024 in #help
Dev container workflow & security concerns with tunnel.
Hi @Nipun Agarwal we don't have a specific guide but can you open an issue requesting one at coder/coder GitHub?
75 replies
CCoder.com
Created by molitann on 11/5/2024 in #help
Build devcontainer from hostPath and not git repo - Coder in k8s
Interesting. Can you create an issue at https://github.com/coder/envbuilder? This is the backend Coder uses to build devcontainer images.
4 replies
CCoder.com
Created by dataike on 11/5/2024 in #help
Set zsh as default shell
You should ask your template admin to add dotfiles modules to the template, and then you can use your dotfiles to customize to your environment. https://registry.coder.com/modules/dotfiles
11 replies
CCoder.com
Created by stephane on 10/28/2024 in #help
Can we delete multiple workspace in one CLI Command ?
You could also do something like
coder ls -c workspace --search "owner:me status:stopped" | awk 'NR>1' | xargs -n 1 coder delete --yes
coder ls -c workspace --search "owner:me status:stopped" | awk 'NR>1' | xargs -n 1 coder delete --yes
6 replies
CCoder.com
Created by Sergio on 10/24/2024 in #help
Specifying command for running coder-based deployment
You can do it within the startup_script
12 replies
CCoder.com
Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
You can install the CLI to any machine using the install script.
28 replies
CCoder.com
Created by Mr Coxall on 10/21/2024 in #help
Access Coder Locally
Try setting CODER_HTTP_ADDRESS=0.0.0.0:80
3 replies