Point installer at jtr/ Forgejo owner; rename stack repo to proxmox-helpers

This commit is contained in:
jtricerolph 2026-07-01 12:16:35 +00:00
parent fe16a07dd7
commit 912776ab0b
3 changed files with 14 additions and 14 deletions

View file

@ -7,7 +7,7 @@
# │ bash install-stack.sh │
# │ │
# │ Or from Forgejo once repos are pushed: │
# │ bash <(curl -fsSL https://git.pterois.co.uk/proxmox-helpers/stack/raw/branch/main/install-stack.sh)
# │ bash <(curl -fsSL https://git.pterois.co.uk/jtr/proxmox-helpers/raw/branch/main/install-stack.sh)
# └─────────────────────────────────────────────────────────────────────────┘
set -euo pipefail
@ -131,8 +131,8 @@ Type 'disabled' to allow access from anywhere:" \
Each service is cloned from <base>/<service>.git
→ auth portal management noticeboard
Example: https://git.pterois.co.uk/proxmox-helpers" \
13 66 "https://git.pterois.co.uk/proxmox-helpers" 3>&1 1>&2 2>&3) || exit 0
Example: https://git.pterois.co.uk/jtr" \
13 66 "https://git.pterois.co.uk/jtr" 3>&1 1>&2 2>&3) || exit 0
FORGEJO_BASE="${FORGEJO_BASE%/}"
FORGEJO_TOKEN=$(whiptail --title "HNF Stack — Forgejo Token" \
@ -789,7 +789,7 @@ SUMMARY
Events: Push
5. To add an app LXC later, on this host run:
bash <(curl -fsSL https://git.pterois.co.uk/proxmox-helpers/stack/raw/branch/main/add-app.sh)
bash <(curl -fsSL https://git.pterois.co.uk/jtr/proxmox-helpers/raw/branch/main/add-app.sh)
SUMMARY
}