chore: update repo references from ZertoPublic to recklessop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin
2026-04-12 20:33:02 -04:00
parent b7b9f6191d
commit fd9a5926c0
5 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ Packer build definitions and provisioner scripts for the **zROC Ubuntu 26.04 LTS
A 100 GB thin-provisioned VMware OVA containing:
- Ubuntu Server 26.04 LTS
- Docker Engine + Compose plugin
- Full zROC stack (cloned from ZertoPublic/zroc)
- 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`)
@@ -16,7 +16,7 @@ A 100 GB thin-provisioned VMware OVA containing:
## Build
```bash
git clone https://github.com/ZertoPublic/zroc-ova.git
git clone https://github.com/recklessop/zroc-ova.git
cd zroc-ova
make init
make validate
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
echo "==> [02-zroc] Setting up zROC installation"
INSTALL_DIR=/opt/zroc
ZROC_REPO="https://github.com/ZertoPublic/zroc.git"
ZROC_REPO="https://github.com/recklessop/zroc.git"
git clone --depth=1 "$ZROC_REPO" "$INSTALL_DIR"
+1 -1
View File
@@ -6,7 +6,7 @@ echo "==> [04-systemd-service] Installing zroc.service"
cat > /etc/systemd/system/zroc.service << 'EOF'
[Unit]
Description=zROC Observability Stack
Documentation=https://github.com/ZertoPublic/zroc
Documentation=https://github.com/recklessop/zroc
After=docker.service network-online.target
Requires=docker.service
Wants=network-online.target