mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-02 21:13:15 -04:00
0500ac171c
- 61 files across zroc-ui/ and zroc-ova/ directories - Full content written for: config, auth, API layers, CSS, build files, OVA scripts, backend routes, charts, hooks, constants - Stubs in place for: page components, Sidebar, TopBar, docker-compose, authentik client, blueprint YAML, packer HCL, workflows, setup wizard Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
333 B
HCL
13 lines
333 B
HCL
# zroc-ova/packer/variables.pkrvars.hcl
|
|
vm_version = "1.0.0"
|
|
|
|
ubuntu_iso_url = "https://releases.ubuntu.com/26.04/ubuntu-26.04-live-server-amd64.iso"
|
|
ubuntu_iso_checksum = "file:https://releases.ubuntu.com/26.04/SHA256SUMS"
|
|
|
|
memory_mb = 8192
|
|
cpus = 4
|
|
disk_size_mb = 102400
|
|
|
|
headless = true
|
|
output_dir = "../output"
|