Share preconfigured virtual machines through the browser.
WebVirt allows users to share and access preconfigured virtual machines through a browser interface. This project uses proxmox, LTSP, LDAP and Apache Guacamole for the setup
- Preconfigured virtual machines
- Browser-based access
- Built with Python and JavaScript
Comprehensive documentation for setting up WebVirt is available here. This repository includes only the source code for WebVirt's custom backend and frontend components, along with the source markdown files for the documentation.
I welcome contributions! If you would like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch
(git checkout -b feature-branch)
. - Make your changes.
- Commit your changes
(git commit -m 'Add some feature')
. - Push to the branch
(git push origin feature-branch)
. - Create a new Pull Request.
If you encounter any issues related to the external dependencies of this project, please report them to their respective repositories. Issues specific to this project (backend, frontend, or integration setup) can be reported here.
This project is licensed under the MIT License - see the LICENSE file for details.