Tag: dev-tools
-
OpenCode Web Behind Authentik: AI Coding in Your Browser, Protected by SSO
Running AI coding tools as a web service usually means choosing between security and convenience. Here’s how to deploy OpenCode’s built-in web interface behind Authentik forward-auth — Docker, Tailscale, Nginx Proxy Manager, and Let’s Encrypt in one stack. No exposed ports, no shared passwords, every request validated before it touches the AI.
-
UI Testing at Light Speed: Automated Harnesses That Catch Bugs in Seconds
Stop clicking menus manually. An isolated test harness can verify your UI components in 2 seconds — catching naming bugs, path errors, and layout overlaps before they reach a user. Here’s the pattern, the code, and the 4 real bugs it caught on the first run.