2023-12-11 16:44:04 +01:00
2023-12-11 16:44:04 +01:00
2023-12-07 00:28:56 +01: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
sudo adduser $USER kvm 

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

Production requirements

TODO

Description
Web GUI for libvirt
Readme GPL-3.0 15 MiB
Languages
TypeScript 52.5%
Rust 47.1%
HTML 0.3%