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: 5 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T21:16:05.000Z (over 4 years ago)
- Last Synced: 2024-11-09T06:14:32.821Z (7 months ago)
- Language: PHP
- Size: 311 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- 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





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