SKYHOUSE.dev Journal

Maintaining the Cloud Fortress

Retiring the Dynadot Toolchain

Why: An audit of every Telegram message this box can send turned up eleven templates that came from raw curl calls rather than the shared sender — and eight of those belonged to scripts that had not run since June.

We went looking for message wording and found dead code instead. Six scripts from the Dynadot era were still sitting in ~/bin looking exactly like live tooling: executable, recently-edited-looking, named after things that still matter. None of them had been invoked since 2026-06-07, when DNS moved to Cloudflare and the flattened apex made the whole category of work unnecessary.

1. What moved, and how we knew it was safe

The evidence that they were dead was three-part, and worth writing down because "is this script live?" is a question that comes up constantly on this box:

All six moved to /home/plex/bin/retired/ with a README.md that records what each did, what replaced it, and how to bring one back. Nothing was deleted: the point of keeping them is a Dynadot rollback, and that path is still intact.

2. Eight alert templates that could never fire

The reason this mattered beyond tidiness: these six carried eight Telegram message templates between them, each built on its own private tg() function. They predate telegram_notify.sh, so they had no hostname header, no HTML escaping, no truncation guard and no send log — and their text was worse than absent. The ip-recovery-verify.sh timeout message still walked you through re-pushing an A record to ns1.dyna-ns.net, a nameserver this domain has not used since June. An alert that fires once a year and then misdirects you is worse than no alert.

3. The documents that still described the old world

Retiring the scripts meant the docs pointing at them had to move too, or the next person to read them would go looking in ~/bin.

Six scripts and eight dead alert templates out of the live tree, with the rollback path preserved and every living document that pointed at them corrected in the same change.

← Back to Admin Hub