diff --git a/README.md b/README.md index aabcedc..1ca8bc1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ hotels: | Repo | Contents | Provisioned to | |------|----------|----------------| -| `proxmox-helpers` | Installer scripts + `docs/` + `infrastructure/` reference | run on the Proxmox host | +| `stack-init` | Installer scripts + `docs/` + `infrastructure/` reference | run on the Proxmox host | | `auth` | central auth service | LXC 101 | | `portal` | PWA portal shell | LXC 102 | | `management` | updater + Kuma + backup | LXC 105 | @@ -55,7 +55,7 @@ The installer will offer to download the Ubuntu 22.04 template if missing. On the Proxmox host shell (as root). All repos are public, so no token needed: ```bash -bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/proxmox-helpers/raw/branch/main/install-stack.sh) +bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/stack-init/raw/branch/main/install-stack.sh) ``` The wizard collects site name, domain, NPM LAN IP/gateway, office IP for @@ -72,7 +72,7 @@ offsite. On the Proxmox host (again, because it creates an LXC): ```bash -bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/proxmox-helpers/raw/branch/main/add-app.sh) +bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/stack-init/raw/branch/main/add-app.sh) ``` Reads `/root/hnf-credentials.txt` for the shared secret and office IP, diff --git a/install-stack.sh b/install-stack.sh index 49cdf52..b651453 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -7,7 +7,7 @@ # │ bash install-stack.sh │ # │ │ # │ Or from Forgejo once repos are pushed: │ -# │ bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/proxmox-helpers/raw/branch/main/install-stack.sh) +# │ bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/stack-init/raw/branch/main/install-stack.sh) # └─────────────────────────────────────────────────────────────────────────┘ set -euo pipefail @@ -788,7 +788,7 @@ SUMMARY Events: Push 5. To add an app LXC later, on this host run: - bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/proxmox-helpers/raw/branch/main/add-app.sh) + bash <(curl -fsSL https://git.pterois.co.uk/hotel-manage-stack/stack-init/raw/branch/main/add-app.sh) SUMMARY }