Categories
AI OPNsense

Managing OPNsense from the Terminal with Claude Code

Use Claude Code with the OPNsense API to document your firewall in Git and make changes in plain English, staged then applied behind two approval gates.

Categories
AI UniFi

Managing UniFi from the Terminal with Claude Code

Use Claude Code with the UniFi Network API to document your network in Git and make device changes in plain English, gated on approval before anything is sent.

Categories
AI Linux

Documenting Linux Servers from the Terminal with Claude Code

Use Claude Code in the terminal to inspect Linux servers and auto-generate Markdown docs of running services, ports and containers, version-controlled in Git.

Categories
CI/CD Dev Docker

Deploying a FastAPI App to Fly.io with GitHub Actions: Part 2

Part 1 covered building a FastAPI application with a Dockerfile and getting it running locally. Here you take that same application and ship it to Fly.io, then wire up a three-stage GitHub Actions pipeline that tests, builds, and deploys on every push to main. By the end, you have a production URL, a health check […]