Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bandie91/qemuwebfrontend
- Owner: bAndie91
- Created: 2014-06-26T11:12:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T21:16:05.000Z (about 4 years ago)
- Last Synced: 2023-04-05T04:41:28.048Z (over 1 year ago)
- Language: PHP
- Size: 311 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.