No description
Find a file
2024-12-09 16:17:23 +01:00
static Upload files to "static" 2024-12-09 14:47:13 +01:00
templates Update templates/index.html 2024-12-09 14:47:56 +01:00
app.py Update app.py 2024-12-09 15:46:56 +01:00
create.sh update 2024-12-09 16:17:23 +01:00
createvm.service Update createvm.service 2024-12-09 15:46:37 +01:00
README.md Update README.md 2024-12-09 16:12:26 +01:00

How to use:

cd /opt && git clone https://git.pixelhosting.nl/Blackwhitebear8/createvm-web.git && cd createvm-web apt install python3 python3-venv libguestfs-tools jq pip source .venv/bin/activate pip install flask deactivate chmod +x create.sh cp createvm.service /etc/systemd/system/createvm.service systemctl daemon-reload systemctl enable --now createvm.service && systemctl start createvm