vm-bench/backend
Claus Lohmar 10199f896b fix: escape f-string braces in backend route decorators
{job_id} in f-strings was interpreted as Python variable instead
of FastAPI path parameter. Double braces {{job_id}} produce
literal {job_id} in the route string.
2026-07-21 18:17:41 +00:00
..
app.py fix: escape f-string braces in backend route decorators 2026-07-21 18:17:41 +00:00
converter.py fix: uniform /api/v1/ prefix, real EFI detection, spec alignment 2026-07-21 17:40:08 +00:00
install.sh feat: full deployment scripts — backend + LXC creation, frontend installer 2026-07-21 17:51:53 +00:00
models.py fix: uniform /api/v1/ prefix, real EFI detection, spec alignment 2026-07-21 17:40:08 +00:00
provisioner.py chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service fix: large-file support + user-defined VM name 2026-07-21 17:59:31 +00:00