Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.48 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.48 KB

virtweb

This is a simple webinterface for libvirt.

It is not really well designed, just hacked together. I wanted to build an alternative to virt-manager to install some machines.

Current Features:

Planned Features:

  • Show host statistics (Used memory, Free disk space, ...)
  • Basic Statistics (If possible, depends on the libvirt Python-API)
  • Create new virtual machines (install from ISO or preseed file/textbox, maybe with templates)
  • Manage storage (Create/Remove/Attach/Dettach Disks)

Known Bugs:

  • There is no authentication. There probably never will be. This was intended to be used over an SSH tunnel on a machine with no other users.
  • Keyboard input is incomplete (keymapping issues...), slow (i don't really know why... it shouldn't be.) and kinda buggy (double key-presses, only on "manual" control, libvirt-api has no way to send single keyup or -down events just -presses, would need some client-side "debouncing")