deploy: point provision REPO at gitea

This commit is contained in:
2026-06-30 00:09:14 +02:00
parent 2a55706a88
commit 48a1bbc07b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ On the Proxmox node, with a free CTID and a free IP:
```
CTID=142 IP=10.0.0.51/24 GW=10.0.0.1 BRIDGE=vmbr0 STORAGE=local-lvm \
REPO=https://github.com/<user>/fundbureau.git \
REPO=https://git.openbureau.ch/karim/fundbureau.git \
./provision-lxc.sh
```
+1 -1
View File
@@ -13,7 +13,7 @@ GW="${GW:-CHANGE_ME}"
BRIDGE="${BRIDGE:-vmbr0}"
STORAGE="${STORAGE:-local-lvm}"
TEMPLATE="${TEMPLATE:-local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst}"
REPO="${REPO:-https://github.com/CHANGE_ME/fundbureau.git}"
REPO="${REPO:-https://git.openbureau.ch/karim/fundbureau.git}"
DISK="${DISK:-4}"; CORES="${CORES:-1}"; RAM="${RAM:-512}"
echo "Creating LXC $CTID ($HOSTNAME_) on $IP ..."