Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bandie91/qemuwebfrontend

manage qemu virtual machines on web and configure them by a defined directory structure
https://github.com/bandie91/qemuwebfrontend

Last synced: 4 days ago
JSON representation

manage qemu virtual machines on web and configure them by a defined directory structure

Awesome Lists containing this project

README

        

## Features

- manage several VM in a plain but well defined directory structure
- sophisticated auto-completion for configuration options and file paths
- has "kvm-console" ie. web-keyboard and screenshot which updates on your typing bursts and also tries to dispatch mouse clicks (it's difficult with relative virtual mouse devices, but works well with "tablet" v-mouse)
- integrated noVNC, so you can feel more realtime kvm-console experience (it requires nginx websocket module, but does not open tcp ports because communicates on unix domain sockets)
- save/restore VM, so you can hibernate your vm to the disk and restore as well
- no fancy css design yet, but templating is in place :)

## Screenshots

![vm-list](screenshot/vm-list.png)
![console](screenshot/console.png)
![edit-config-autocomplete-file](screenshot/edit-config-autocomplete-file.png)
![edit-config-autocomplete-vnc](screenshot/edit-config-autocomplete-vnc.png)
![config-vnc](screenshot/config-vnc.png)
![inspect-devices](screenshot/inspect-devices.png)

# issues
Please submit issues via PR to some file `.txt` or `.md` on `issues` branch.