No description
Find a file
2024-12-09 15:50:32 +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 create.sh 2024-12-09 15:41:02 +01:00
createvm.service Update createvm.service 2024-12-09 15:46:37 +01:00
README.md Update README.md 2024-12-09 15:50:32 +01:00

How to use:

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