]> Repos - crimata-os/log
crimata-os
4 months agoAdd multi-user auth with sessions and login UI
Andrew Gundersen [Fri, 27 Feb 2026 16:33:07 +0000 (11:33 -0500)]
Add multi-user auth with sessions and login UI

- auth: POST /auth validates PAM, returns session token
- auth: GET /me validates Bearer token, returns username
- auth: POST /logout destroys session
- auth: POST /users creates Linux user via useradd+chpasswd
- session.c: in-memory token store (1024 slots, pthread mutex, /dev/urandom tokens)
- user.c: fork/exec useradd + chpasswd with username validation
- ui: login overlay shown until authenticated (x-cloak)
- ui: token persisted in sessionStorage, validated on page load
- ui: username displayed in dock after login
- ui: apps only load after successful auth

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>