auto_https off disabled TLS entirely, causing Caddy to serve plain
HTTP on port 443 which produced SSL_ERROR_RX_RECORD_TOO_LONG errors
in browsers. Removing it lets tls internal work correctly with
Caddy's self-signed certificates.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use $'...' syntax for ANSI color variables so they work in all
echo/printf contexts (fixes garbled characters around IP address)
- Prompt for vCenter username and password when hostname is provided
- Write VCENTER_USER and VCENTER_PASSWORD to .env
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace direct storage layout with explicit partitioning (no swap)
- Setup wizard now auto-launches on TTY1 via getty override instead
of a separate systemd service that competed with console output
- Add step 1/7: prompt user to change default zroc password on first boot
- Update Makefile for QEMU-based build (was referencing old ovftool flow)
- Add backend package-lock.json for Docker build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix user-data password hash to match ssh_password (zroc-setup-temp)
- Increase boot_wait to 10s and escape semicolon in autoinstall boot command
- Add mkdir provisioner before file upload to ensure /tmp/overlays exists
- Build tested successfully: 1.4G OVA + 2.9G qcow2 in 15 minutes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace ubuntu-26.04 (unreleased) with ubuntu-24.04 LTS throughout
- Add file provisioner to Packer HCL to copy overlays/ into VM before
provisioning (fixes missing zroc-setup binary in 03-setup-wizard.sh)
- Rebuild root docker-compose.yaml: full stack with env vars — Caddy,
zroc-ui, Authentik (server + worker + postgres + redis), Prometheus,
Grafana, Zerto exporter, Watchtower; no hardcoded credentials
- Add caddy/Caddyfile to repo root for reverse proxy / TLS
- Update 02-zroc.sh to pre-pull all service images during OVA build
- Update GitHub Actions workflow to reference ubuntu-2404.pkr.hcl
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add zroc-planner UI page with VM selector, journal retention slider (1h-30d),
WAN compression input, and live bandwidth/journal/mirror storage estimates
- Add CSV and PDF export for planning reports
- Add light/dark mode toggle in TopBar with localStorage persistence
- Wire theme via CSS custom properties for full Tailwind opacity support
- Add Planner route and sidebar entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>