the toolbox / tech
docker
6 notes use this.
- Sep 12, 2026 Seaworthy enough to launch The restore system finally got the part that matters: a button that reaches into a live database or folder and puts a named backup back, with the undo taken automatically before it touches anything. Once that stopped being a hope and started being a mechanism, the project itself was steady enough for the other thing that had been sitting on the list: a real version number, and a container someone other than me can pull. infrastructure · control
- Sep 6, 2026 The visitor's gallery I run my projects out of bosun-x, and not all of them under the same name. One of those names is a business site I take client work through, and a client there wanted to see where their projects were up to. So they have a login now, to the part of bosun-x that's theirs, their projects, the tasks I've shared, the ideas they've brought me, a thread to talk in. Same bosun-x I use, filtered down and wearing that site's skin. There was no second system to build. control · infrastructure
- Sep 3, 2026 Launching the lifeboat An earlier note built the backups but never restored one. Since then bosun-x runs every backup through a real restore once a week, into a throwaway database with no network and no name, and counts what comes back. Any database can be put back from a button that dumps the old contents first, so the move is reversible. The recovery order is written down. And the keys and env files, saved nowhere before, now go off the box nightly, encrypted. infrastructure · control
- Sep 2, 2026 Fitting out a home dockyard A start-to-finish walk through the setup I use to build things with an AI agent at home — the laptop you type on, an old laptop turned into an always-on server, where the projects and their state actually live, the plain-text control layer that keeps a dozen of them straight, and how it all joins into one private network once a project outgrows the house. Every term you might not know is a hover away. workstation · infrastructure · control
- Aug 30, 2026 The chart room How I keep twenty-odd projects, five machines, and two AI agents in sync from a single dashboard built entirely out of plain Markdown and YAML files. The folder layout, why every status check is recomputed live instead of stored, and the plain-text handoff format that lets two agents continue each other's work. control · standards
- Aug 29, 2026 A key with one job A container needed to read three remote machines over SSH without holding a key that could also root them. The exact authorized_keys options that pin a key to one read-only command and a single permitted tunnel, what each one does, and the break-in tests that prove it holds. Copy it for anything that has to phone home from inside a container. infrastructure