deploy: point provision REPO at gitea
This commit is contained in:
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user