mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-02 21:13:15 -04:00
chore: update repo references from ZertoPublic to recklessop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -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:
|
A 100 GB thin-provisioned VMware OVA containing:
|
||||||
- Ubuntu Server 26.04 LTS
|
- Ubuntu Server 26.04 LTS
|
||||||
- Docker Engine + Compose plugin
|
- 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`)
|
- Interactive first-boot setup wizard (`zroc-setup`)
|
||||||
- UFW firewall pre-configured (22, 80, 443, 3000)
|
- UFW firewall pre-configured (22, 80, 443, 3000)
|
||||||
- VMware guest tools (`open-vm-tools`)
|
- VMware guest tools (`open-vm-tools`)
|
||||||
@@ -16,7 +16,7 @@ A 100 GB thin-provisioned VMware OVA containing:
|
|||||||
## Build
|
## Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ZertoPublic/zroc-ova.git
|
git clone https://github.com/recklessop/zroc-ova.git
|
||||||
cd zroc-ova
|
cd zroc-ova
|
||||||
make init
|
make init
|
||||||
make validate
|
make validate
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
|||||||
echo "==> [02-zroc] Setting up zROC installation"
|
echo "==> [02-zroc] Setting up zROC installation"
|
||||||
|
|
||||||
INSTALL_DIR=/opt/zroc
|
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"
|
git clone --depth=1 "$ZROC_REPO" "$INSTALL_DIR"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ echo "==> [04-systemd-service] Installing zroc.service"
|
|||||||
cat > /etc/systemd/system/zroc.service << 'EOF'
|
cat > /etc/systemd/system/zroc.service << 'EOF'
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=zROC Observability Stack
|
Description=zROC Observability Stack
|
||||||
Documentation=https://github.com/ZertoPublic/zroc
|
Documentation=https://github.com/recklessop/zroc
|
||||||
After=docker.service network-online.target
|
After=docker.service network-online.target
|
||||||
Requires=docker.service
|
Requires=docker.service
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ This image includes a Node.js Express backend that handles:
|
|||||||
## Quick start — full stack
|
## Quick start — full stack
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ZertoPublic/zroc.git
|
git clone https://github.com/recklessop/zroc.git
|
||||||
cd zroc
|
cd zroc
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
# Edit .env with your ZVM credentials and secrets
|
# Edit .env with your ZVM credentials and secrets
|
||||||
@@ -56,9 +56,9 @@ Then visit `https://<your-host>` — on first access run through the setup wizar
|
|||||||
|
|
||||||
## Source
|
## 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)
|
- 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
|
## License
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ zROC is a Docker Compose stack that collects Zerto metrics via the ZVM REST API
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ZertoPublic/zroc.git
|
git clone https://github.com/recklessop/zroc.git
|
||||||
cd zroc
|
cd zroc
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
# Edit .env with your ZVM credentials and secrets
|
# Edit .env with your ZVM credentials and secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user