Personal Alpine Linux system management for my server
Currently using version 3.20
Some setup config rely on it being done on a Leaseweb VPS.
The installation is done from booting the netboot.xyz ISO.
# on remote
wget -O - https://git.sr.ht/~tardypad/alpine-system/blob/master/setup/setup-1.sh | sh
# on local with HDD=hdd1 or HDD=hdd2
sh setup/setup-2.sh $HDD
Builds are run within a pre setup LXC container named "alpine-builds". The build container can be created via the "utilities/setup-build-container" script.