]> Repos - crimata-os/log
crimata-os
4 months agoWire UI dock to crimata-dock service
Andrew Gundersen [Fri, 27 Feb 2026 16:13:37 +0000 (11:13 -0500)]
Wire UI dock to crimata-dock service

- Fetch installed apps from /dock/apps on init instead of hardcoded list
- Refresh running status every 10s
- Map dock response to app format (add url: /apps/{id})
- Show running indicator dot on active apps in dock

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months agoAdd dock service, provision README, MIT License
Andrew Gundersen [Fri, 27 Feb 2026 04:51:56 +0000 (23:51 -0500)]
Add dock service, provision README, MIT License

- crimata-dock: C daemon (libmicrohttpd + libsystemd) on port 7701
  - GET /apps: lists installed apps with live running status from systemd
  - POST /apps/{id}/start|stop: controls crimata-*.service units
- Add README with install paths and port map
- Add MIT License

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months agoInitial commit
Andrew Gundersen [Wed, 25 Feb 2026 20:35:31 +0000 (15:35 -0500)]
Initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>