From fd9a5926c037af56709605d37b8dcffc1bdff2b0 Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 12 Apr 2026 20:33:02 -0400 Subject: [PATCH] chore: update repo references from ZertoPublic to recklessop Co-Authored-By: Claude Sonnet 4.6 --- zroc-ova/README.md | 4 ++-- zroc-ova/scripts/02-zroc.sh | 2 +- zroc-ova/scripts/04-systemd-service.sh | 2 +- zroc-ui/DOCKER_README.md | 6 +++--- zroc-ui/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/zroc-ova/README.md b/zroc-ova/README.md index ce3074f..086263b 100644 --- a/zroc-ova/README.md +++ b/zroc-ova/README.md @@ -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 diff --git a/zroc-ova/scripts/02-zroc.sh b/zroc-ova/scripts/02-zroc.sh index a5c7f0a..d2210c0 100644 --- a/zroc-ova/scripts/02-zroc.sh +++ b/zroc-ova/scripts/02-zroc.sh @@ -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" diff --git a/zroc-ova/scripts/04-systemd-service.sh b/zroc-ova/scripts/04-systemd-service.sh index edec6d7..15277ee 100644 --- a/zroc-ova/scripts/04-systemd-service.sh +++ b/zroc-ova/scripts/04-systemd-service.sh @@ -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 diff --git a/zroc-ui/DOCKER_README.md b/zroc-ui/DOCKER_README.md index a877543..227eb98 100644 --- a/zroc-ui/DOCKER_README.md +++ b/zroc-ui/DOCKER_README.md @@ -23,7 +23,7 @@ This image includes a Node.js Express backend that handles: ## Quick start — full stack ```bash -git clone https://github.com/ZertoPublic/zroc.git +git clone https://github.com/recklessop/zroc.git cd zroc cp .env.example .env # Edit .env with your ZVM credentials and secrets @@ -56,9 +56,9 @@ Then visit `https://` — on first access run through the setup wizar ## Source -- UI & backend: [github.com/ZertoPublic/zroc](https://github.com/ZertoPublic/zroc) +- UI & backend: [github.com/recklessop/zroc](https://github.com/recklessop/zroc) - Zerto Exporter: [github.com/recklessop/Zerto_Exporter](https://github.com/recklessop/Zerto_Exporter) -- OVA Appliance: [github.com/ZertoPublic/zroc-ova](https://github.com/ZertoPublic/zroc-ova) +- OVA Appliance: [github.com/recklessop/zroc-ova](https://github.com/recklessop/zroc-ova) ## License diff --git a/zroc-ui/README.md b/zroc-ui/README.md index f085a1e..9752bc0 100644 --- a/zroc-ui/README.md +++ b/zroc-ui/README.md @@ -18,7 +18,7 @@ zROC is a Docker Compose stack that collects Zerto metrics via the ZVM REST API ## Quick Start ```bash -git clone https://github.com/ZertoPublic/zroc.git +git clone https://github.com/recklessop/zroc.git cd zroc cp .env.example .env # Edit .env with your ZVM credentials and secrets