]> Repos - crimata-os/commit
Add dock service, provision README, MIT License
authorAndrew Gundersen <adgundersen@gmail.com>
Fri, 27 Feb 2026 04:51:56 +0000 (23:51 -0500)
committerAndrew Gundersen <adgundersen@gmail.com>
Fri, 27 Feb 2026 04:51:56 +0000 (23:51 -0500)
commita825aec162eddcd755e5eb06f6f624ea75a29408
treea281c73fe0e84c7e8eb2e167eca21d247b428e62
parentcbea2657756cbf95add478b32d540a9a29ac7b3d
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>
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
dock/Makefile [new file with mode: 0644]
dock/src/apps.c [new file with mode: 0644]
dock/src/apps.h [new file with mode: 0644]
dock/src/main.c [new file with mode: 0644]
dock/src/systemd.c [new file with mode: 0644]
dock/src/systemd.h [new file with mode: 0644]