Mitchell R
|
7b4a11c182
|
feat: full CRUD for cameras, kiosks, and labels in admin UI
- Camera edit page: rename, update RTSP/ONVIF, enable/disable,
attach/detach labels, view streams, delete
- Kiosk edit page: rename, enable/disable, attach/detach labels
with role (consume/operate), delete
- Labels page: create with color picker, delete
- Camera/kiosk names now link to edit pages
- Repository: added updateCamera, deleteCamera, updateKiosk,
deleteKiosk, detachCameraLabel, detachKioskLabel, deleteLabel,
updateLabel, cameraLabelIds
|
2026-05-10 03:24:04 +02:00 |
|
Mitchell R
|
94e316a207
|
feat: implement kiosk API, pairing flow, and bundle generation
- service-api-http: h3 on :18081 with pairing, bundle, heartbeat,
and event endpoints
- shared/pairing.ts: 8-char code state machine (initiate → claim →
confirm)
- shared/bundle.ts: label-scoped bundle with cluster-encrypted ONVIF
passwords
- Admin kiosks page: POST /admin/kiosks/pair wired to confirmPairing
- sec-config: api-http bound to 0.0.0.0 with auth config
|
2026-05-10 03:12:07 +02:00 |
|