BetterFrame/server/src/plugins
Mitchell R b0f42d29c2
feat: pre-boot firmware self-update + public endpoints
Kiosk checks for stable firmware update before pairing. If available,
downloads + verifies + swaps binary and restarts. No auth needed.

Server: GET /api/firmware/public/check (stable channel, no auth)
        GET /api/firmware/public/download/:id (rate-limited, no auth)

Kiosk: check_public() + apply_public() in firmware.rs. Called from
ui.rs worker thread before entering pairing loop. kiosk_app_version
made pub for access from ui.rs.

Also includes kiosk_id deserialization fix (Value instead of String).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-26 04:16:17 +02:00
..
service-admin-http fix: require() to dynamic import() in ESM + event subscriptions 2026-05-26 02:40:46 +02:00
service-api-http feat: pre-boot firmware self-update + public endpoints 2026-05-26 04:16:17 +02:00
service-coordinator-ws fix(db): clean config field names under db: object 2026-05-24 05:12:53 +02:00