Rename installer repo proxmox-helpers → stack-init

This commit is contained in:
jtricerolph 2026-07-01 12:31:56 +00:00
parent 31925b61cf
commit d052d0bddf
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ hotels:
| Repo | Contents | Provisioned to | | 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 | | `auth` | central auth service | LXC 101 |
| `portal` | PWA portal shell | LXC 102 | | `portal` | PWA portal shell | LXC 102 |
| `management` | updater + Kuma + backup | LXC 105 | | `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: On the Proxmox host shell (as root). All repos are public, so no token needed:
```bash ```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 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): On the Proxmox host (again, because it creates an LXC):
```bash ```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, Reads `/root/hnf-credentials.txt` for the shared secret and office IP,

View file

@ -7,7 +7,7 @@
# │ bash install-stack.sh │ # │ bash install-stack.sh │
# │ │ # │ │
# │ Or from Forgejo once repos are pushed: │ # │ 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 set -euo pipefail
@ -788,7 +788,7 @@ SUMMARY
Events: Push Events: Push
5. To add an app LXC later, on this host run: 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 SUMMARY
} }