Xan
Explore posts from serversCCoder.com
•Created by Xan on 5/19/2025 in #help
SSH/Tunnel to database fails
Did something change recently with either port forwarding / tunneling, or anything that would prevent connecting to a database inside of Coder with TablePlus or SQL Pro Studio?
From what I can tell we haven't changed anything in a while, but suddenly none of our connections to Coder work in any desktop database tool.
They all got a little wonky when Coder felt like breaking all the ~/.ssh/config stuff but eventually we got around that... now it just fails for us again.
It's weird, we can open the port using
coder port-forward $1 --tcp 2222:22
which allows things like Tinkerwell to connect to Coder still, but every database tool fails.
Just making sure nothing surprise changed with Coder in the last couple weeks again to try to eliminate one area of debugging lol9 replies
CCoder.com
•Created by Xan on 3/18/2025 in #help
v2.19.1 - coder config-ssh deletes entire config
We recently had our Coder server updated to 2.19.1 and upon running
coder config-ssh
it just deletes the entire Coder list of sites from the ~/.ssh/config, so can no longer connect to any workspace in VS Code or PHP Storm.
On macOS, and I've tried removing the CLI, reinstalling the CLI, and using coder login
to authenticate again.11 replies
CDCloudflare Developers
•Created by Xan on 8/3/2023 in #pages-help
Password Protect Pages, not based on email?
Is there a way to set up Pages so that they're password protected by an actual password you can set.
Right now have the access rules set up but they're a little confusing, and they won't send an email every time if you got one recently. Noticed theres a bit of an overlap with the previous code not working any longer and it not wanting to send another email.
Used to just having staging protected by an htaccess passwd I could give clients to preview their staging. Is something similar possible or is the emailed PIN the only option?
If the emailed PIN is the only option for this, what is the correct way to order the rules?
1. Deny rule set to Everyone as the top spot
2. Allow rule that has the PIN option and the emails both set to include as second spot?
16 replies