From d052d0bddf3ee349030b6f063ee0ab8f2e54068a Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Wed, 1 Jul 2026 12:31:56 +0000 Subject: [PATCH] =?UTF-8?q?Rename=20installer=20repo=20proxmox-helpers=20?= =?UTF-8?q?=E2=86=92=20stack-init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- install-stack.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 }