Group repos under hotel-manage-stack org; update URLs

This commit is contained in:
jtricerolph 2026-07-01 12:28:21 +00:00
parent c946d08d30
commit 31925b61cf
3 changed files with 13 additions and 12 deletions

View file

@ -61,7 +61,7 @@ if whiptail --title "Add App LXC" --yesno \
USE_FORGEJO=true
FORGEJO_REPO=$(whiptail --title "Add App LXC" \
--inputbox "Full Forgejo repo URL (.git):" 8 70 \
"${FORGEJO_BASE:-https://git.pterois.co.uk/jtr}/${APP_NAME}.git" \
"${FORGEJO_BASE:-https://git.pterois.co.uk/hotel-manage-stack}/${APP_NAME}.git" \
3>&1 1>&2 2>&3) || exit 0
else
USE_FORGEJO=false