diff --git a/deploy/README.md b/deploy/README.md index 90e4b11..7cc5645 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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//fundbureau.git \ + REPO=https://git.openbureau.ch/karim/fundbureau.git \ ./provision-lxc.sh ``` diff --git a/deploy/provision-lxc.sh b/deploy/provision-lxc.sh index 7e902ed..30d2d6f 100755 --- a/deploy/provision-lxc.sh +++ b/deploy/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 ..."