mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-02 21:13:15 -04:00
450f50ddf4
- 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>
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
# zroc-ova — zROC Appliance Builder
|
|
|
|
Packer build definitions and provisioner scripts for the **zROC Ubuntu 24.04 LTS OVA appliance**.
|
|
|
|
## What you get
|
|
|
|
A 100 GB thin-provisioned VMware OVA containing:
|
|
- Ubuntu Server 24.04 LTS
|
|
- Docker Engine + Compose plugin
|
|
- Full zROC stack (cloned from recklessop/zroc)
|
|
- Interactive first-boot setup wizard (`zroc-setup`)
|
|
- UFW firewall pre-configured (22, 80, 443, 3000)
|
|
- VMware guest tools (`open-vm-tools`)
|
|
- Automatic security patches (`unattended-upgrades`)
|
|
|
|
## Build
|
|
|
|
```bash
|
|
git clone https://github.com/recklessop/zroc-ova.git
|
|
cd zroc-ova
|
|
make init
|
|
make validate
|
|
make build VERSION=1.0.0
|
|
make package VERSION=1.0.0
|
|
make checksum VERSION=1.0.0
|
|
```
|
|
|
|
## Deploy
|
|
|
|
1. Import the OVA into vSphere
|
|
2. Allocate: 4 vCPU, 8 GB RAM, 100 GB thin datastore
|
|
3. Power on — setup wizard launches automatically
|
|
4. Follow the 6-step wizard
|
|
5. Access: `https://<appliance-ip>`
|
|
|
|
## VM Requirements
|
|
|
|
| | Minimum | Recommended |
|
|
|---|---|---|
|
|
| vCPU | 2 | 4 |
|
|
| RAM | 6 GB | 8 GB |
|
|
| Disk | 100 GB thin | 100 GB thin |
|
|
| vSphere | 7.0+ | 8.x |
|
|
|
|
## License
|
|
|
|
Apache 2.0
|