399 B
399 B
Checklist
Web admin
- Browser-based admin UI (
/admin) for logs + stats
Android admin app
- Kotlin + Compose app
- Store
ADMIN_TOKENsecurely (EncryptedSharedPreferences/Keystore) - Logs list/search/detail using
/api/logs+/api/logs/:request_id - Stats views using
/api/stats/* - Base URL config for local network host (e.g.
http://192.168.88.2:8787)