Web GUI for libvirt
Go to file
2023-10-09 18:45:41 +02:00
virtweb_backend Return VM state 2023-10-09 18:45:41 +02:00
virtweb_frontend Ready to implement VM list 2023-09-08 16:33:45 +02:00
README.md Can query hypervisor information 2023-09-06 18:54:38 +02:00

VirtWEB

WIP project

Development requirements

  1. The libvirt-dev package must be installed:
sudo apt install libvirt-dev
  1. Libvirt must also be installed:
sudo apt install qemu-kvm libvirt-daemon-system
  1. Allow the current user to manage VMs:
sudo adduser $USER libvirt

Note: You will need to login again for this change to take effect.

Production requirements

TODO