From 74ec6e92818e47a94e20b17a95cc09bb3ee168fc Mon Sep 17 00:00:00 2001 From: rays Date: Thu, 10 Sep 2026 00:55:16 +0000 Subject: [PATCH] Phase 2: web front end axum served from inside the daemon so it reads SQLite and the event bus directly: browse feeds, read show notes, play with seeking, download and delete files, mark read/flag, and edit feed settings. Config is now hot-reloadable (Ctx.cfg behind RwLock>), so UI edits apply without a daemon restart. Access is a shared token minted from /dev/urandom, carried in a cookie because an