Commit Graph

3 Commits

Author SHA1 Message Date
10e98e1bdc Remove apt-get/curl dependency from Docker healthcheck
All checks were successful
Build and Deploy iObj / build-image (push) Successful in 53s
Use Python urllib instead of curl for the container healthcheck to
avoid needing apt-get install during image build (was hitting disk
space issues on the build host).
2026-07-13 20:57:04 +02:00
8caa9f3071 iObj: initial service — FastAPI + TinyDB memory object store
All checks were successful
Build and Deploy iObj / build-image (push) Successful in 1h17m41s
- Month-sharded TinyDB storage with search/filter (type, project, tag, date range, free-text)
- FastAPI app with bearer-token auth, CRUD + search endpoints
- 27 passing pytest tests (storage + API)
- Dockerfile + Nomad job spec + Gitea Actions deploy workflow (mirrors devops-mcp pattern)
2026-07-13 19:24:31 +02:00
Henrik Jess Nielsen
29d055754c first commit 2026-07-13 19:20:55 +02:00