Initial Firmware chat web app

This commit is contained in:
kdusek
2026-01-27 02:01:40 +01:00
commit c716699a66
18 changed files with 4818 additions and 0 deletions

13
CHECKLIST.md Normal file
View File

@@ -0,0 +1,13 @@
# Checklist
## Web admin
- [x] Browser-based admin UI (`/admin`) for logs + stats
## Android admin app
- [ ] Kotlin + Compose app
- [ ] Store `ADMIN_TOKEN` securely (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`)