From 14c29945ebbd326ad77ff60cf5dd50c4b54c8580 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Wed, 1 Apr 2026 10:23:36 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20add=20server=20alerting=20to=20TODO=20?= =?UTF-8?q?=F0=9F=94=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit phantom-ship lost power unnoticed; want alerting when servers go down. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index ec4798e..9cdb4aa 100644 --- a/TODO.md +++ b/TODO.md @@ -3,3 +3,4 @@ - [ ] **USB installer**: Refine the installer USB workflow (`scripts/nixos-server-install.sh`, `disko-server.nix`, `installer-iso.nix`). Goal: boot USB, provide hostname, get a LUKS-encrypted NixOS server with WiFi ready to go. - [ ] **Encrypt sunken-ship**: Currently running on plain ext4. Needs reinstall with LUKS via disko, or in-place migration (backup, reformat, restore). - [ ] **Tailscale**: Investigate setting up Tailscale mesh VPN across devices (sunken-ship, Mac, iPhone). Would allow SSH, AirPlay, and Claude Code remote sessions from anywhere. Free tier, ~5 lines of NixOS config. See: https://tailscale.com +- [ ] **Server alerting**: Get notified when a server goes down (power loss, crash, etc). Options: simple ping-based cron on Mac sending macOS notifications, or lightweight uptime monitor (Uptime Kuma on one of the servers).