Menu
AkurAI-Build
publicLatest change e11509261b6a2aa4ea9ef67250b0be01bfb4f53b - Restore paths swept in from uncommitted WIP by Ólafur Búi Ólafsson
--- name: akurai-notes description: "Framework-native Rust notes service; BTree storage (NOT SQLite); daily backups" --- # AkurAI-Notes Framework-native Rust workspace (~/Projects/AkurAI-Notes): crates notes-core/api/cli/mcp; deps on Framework http/json/storage/vector/telemetry/template. - Storage: AkurAI BTree (BTree::open in notes-api router_setup) — NOT SQLite; sqlite tooling is invalid against notes.db. - Health: GET /api/health (framework, 0.8.2); self-check curl http://127.0.0.1:8099/api/health; /mcp returns 405 to GET. - Deploy: akurai-ec2 host, musl binary akurai-notes, nginx akurai-notes.olibuijr.com. - Backups: host mail.olibuijr.com runs /usr/local/sbin/akurai-notes-backup via systemd timer daily 02:30 UTC (Persistent, ≤15m random delay) shipping to titan:/home/olibuijr/backups/akurai-notes/ (14 daily + 8 weekly).