debate/backend/app
Mikkel Georgsen cd54310129 feat(01-05): ISO build verified end-to-end on build VM
- Sandbox auto-detects podman/docker and handles sudo requirement
- Podman needs sudo for mkarchiso (loop devices, chroot)
- Docker runs privileged via daemon (no sudo needed)
- Test profile updated for UEFI-only boot (modern approach)
- Build VM (debate-builder) successfully produced 432MB ISO

Architecture:
- Dev LXC: FastAPI, PostgreSQL, code
- Build VM: Podman + archiso for ISO generation
- SSH triggers builds remotely

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:47:32 +00:00
..
api feat(01-03): apply security middleware stack and database health check 2026-01-25 20:20:00 +00:00
core feat(01-05): add systemd-nspawn sandbox for isolated ISO builds 2026-01-25 20:19:02 +00:00
db feat(01-02): configure Alembic and create Build model 2026-01-25 20:11:55 +00:00
services feat(01-05): ISO build verified end-to-end on build VM 2026-01-25 21:47:32 +00:00
__init__.py feat(01-01): create FastAPI application structure with health endpoint 2026-01-25 20:09:21 +00:00
main.py feat(01-03): apply security middleware stack and database health check 2026-01-25 20:20:00 +00:00