Rename installer repo proxmox-helpers → stack-init
This commit is contained in:
parent
31925b61cf
commit
d052d0bddf
2 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue