external auth not working properly

Is the external auth gone?

coder + cloudflare tunnel (Linux debian)
How does the coder_script terraform resource work?
Templates and Github
Error on getting the build logs
SSH direct connection
coder
on my lab's server, and everything has gone great for now, except that I don't seem to be able to establish a direct connection. I connect to the web UI through a SSH tunnel, so for instance the terminal app of my workspace works perfectly fine (from 127.0.0.1:3000/@username/workspace_name.agent_name
). However, when doing ssh coder.workspace_name
after a coder config-ssh
in my local ter...Issues with DNS and AWS NLB pointing to EKS
Pre-installing VS code extensions in coder workspace
code
command, but this command is not available in the startup script for the coder agent.
I tried the following hacky solution:
```...Coder in VPN settings, Slack repost
code-server stopped loading after upgrading coder to 2.8.1
Previous version: 2.7.2
code-server version: 4.20.1
: This is as same before the upgrade
I use this to start code-server: code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
When I open the coder resource I get 502 error- Failed to proxy request to application: proxyconnect tcp: dial context: connect tcp [fd7a:115c:a1e0:481e:b8c0:a53:c24:11b4]:8080: connection was refused
...Visual Studio Code 1.87.0
The VSCode web button stopped working: ...backup/restore workspaces in k8s
Create workspace API endpoint stops working after upgrading Coder
2.0.2
to 2.8.1
(yes i know huge jump). The create workspace endpoint used to worked fine through my application / manually through curl or postman. After upgrading, I'm getting the following error message
```
{
"message": "Validation failed.",...
Docker in Docker docker-compose volume
coder in Windows Docker Desktop
Issue with coder_access_url
Docker Template. Start/stop workspace without delete docker container
I get 'Error: expected arch to be one of [amd64 armv7 arm64], got arm' but the CPU is armv7

Exec format error on pod (ARM arch)
exec format error
. I guess it comes from the image being compiled for x86 and not ARM. Is there any image that I can use/find that supports ARM arch ? If not, where can I find the sources to compile the image into ARM ?
Thanks...ARM64
machine data.coder_workspace.me.arch
will return arch64
.
But as you wish to have your workspaces on another machine you should not use this but set the arch
of coder_agent
resource to correct value i.e. AMD64
....docker