Build it yourself
The software is automatically build using Drone but if you want to manually build it, here are the instructions.
# Build on Debian
git clone <url of this repo>
cd ProxmoxDeploy
apt update && apt install -y build-essential patchelf
pip install nuitka
pip install -r requirements.txt
python -m nuitka --onefile run.py --output-filename="ProxmoxDeploy"
Also see the Dockerfile
and .drone.yml
for more information.
Run it
# Run it
./ProxmoxDeploy --help