Failed to pull GitHub private repo
SSH keys
settings, pasted it to my SSH keys on GitHub.
I use the Devcontainer template, with my own repository URL.
...Need Simplified Approach
Restart a workspace through the coder api
"transition": "stop"
then when it completes do another with "transition": "start"
...Jetbrains IDE Support
code-server port forward issue
I have setup coder in Kubernetes ( with nginx ingress ). When I create Workspace in coder , start code-server and start , eg Tomcat on port 8080, VS will automatically create Port/Forwarded Address as https://coder.mydomain.com/%40barrow/coder-example.main/apps/code-server/proxy/8080/...
Cannot run Docker in Docker anymore
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "proc" to rootfs at "/proc": mount src=proc, dst=/proc, dstFd=/proc/thread-self/fd/9, flags=0xe: no such file or directory: unknown.I've tried trouble shooting by ...
Works if downgrading containerd to version 1.7.23 RUN apt-get --reinstall install -y --allow-downgrades containerd.io=1.7.23-1...
Coder created workspace (from K8s Devcontainer template) does not seem to inject proper SSH key
The ping place is not working
K8s + Coder Permissions Issues
questions on coder module jfrog-oauth
`cache_repo` doesn't work
imagePullSecrets
for Deployment
when I create workspace, I got this error. Please help me, Thanks.
Bellow is my template I used.
..."File not found" error when starting code-server, resulting in a blank page in browser.
npm run watch
:
```
Error reading NLS messages file /.../lib/vscode/out/nls.messages.json: Error: ENOENT: no such file or directory, open '/.../lib/vscode/out/nls.messages.json'
[...]
File not found: /.../lib/vscode/out/vs/workbench/contrib/dropOrPasteInto/browser/dropOrPasteInto.contribution.js...Add `map(string)` to `code_parameter` support type
vscode-web
module in the template. When my team creates workspaces from the template, I want to allow them to select extensions and apply settings that suit their needs by using the coder_parameter
vscode_web_extensions
and vscode_settings
. In main.tf:
```tf
data "coder_parameter" "vscode_web_extensions" {
description = <<-EOF...SSH from vscode/terminal back to local desktop?
Issue with starting workspaces that were running for months.
$CODER_ACCESS_URL for working health check and auth-provider in k8s
Need help configuring Coder WebSocket behind a proxy with non-standard ports
Docker not working in VS Code
Pass Git credentials from Coder into Envbuilder
Coder
provides an authentication method via a GitHub OAuth app, but this only helps users log in and register with the Coder server. When creating a workspace using Envbuilder, users still need to provide additional credentials in some way (such as ENVBUILDER_GIT_PASSWORD
, ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH
, or ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64
) to clone a private repository. This may not be convenient for users who have already logged in with GitHub or may "feel insecure" about pasting their sensitive credentials.
In section Secrets did mention about SSH key pairs for each user, I've add this public key into my github account but I still cannot clone private repo within Envbuilder....