vm-bench/frontend
Claus Lohmar 6617aca341 fix: purge all old staging path references — full code review cleanup
Bugs found and fixed:
- converter.py: STAGING_IN.iterdir() → extract_base.iterdir()
  (checked wrong dir when source was in session subdir)
- vm-bench.service: TMPDIR=/mnt/converter/in → /mnt/converter/tmp
  (old path poisoned all temp file writes)
- backend/app.py: removed unused STAGING_IN constant
- converter.py: removed unused STAGING_OUT constant
- install.sh: removed creation of old /in and /out dirs
2026-07-23 10:36:03 +00:00
..
static style: light Proxmox VE theme — white panels, blue header, light badges 2026-07-23 09:21:07 +00:00
templates fix: add session_id to copyVM payload (Copy flow was missing it) 2026-07-23 09:51:30 +00:00
api_client.py feat: Clone (qm clone) + Copy (re-convert) buttons on completion 2026-07-23 09:02:57 +00:00
app.py fix: correct staging path resolution — tmp/{guid}/in not tmp/in/{guid} 2026-07-23 10:14:19 +00:00
install.sh feat: SCP Pull page for large files from remote servers 2026-07-22 05:52:01 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench.service fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00