feat: add Owncast health poller with state change detection

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:55:13 -04:00
parent 3876e12ec9
commit 09fbf76873
2 changed files with 49 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
mod config;
mod events;
mod health;
mod html;
mod owncast_api;