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

https://github.com/isislab-unisa/vm-lab

Manage all your VMs in the browser.
https://github.com/isislab-unisa/vm-lab

file-explorer postgresql python sftp sqlalchemy ssh streamlit terminal vm

Last synced: 4 months ago
JSON representation

Manage all your VMs in the browser.

Awesome Lists containing this project

README

          

# VM Lab
![Python Static Badge](https://img.shields.io/badge/Python%203.12.9-%233776AB?style=for-the-badge&logo=python&logoColor=%233776AB&labelColor=yellow&link=https%3A%2F%2Fwww.python.org%2Fdownloads%2Frelease%2Fpython-3129%2F)
![Streamlit Static Badge](https://img.shields.io/badge/Streamlit-%23FF4B4B?style=for-the-badge&logo=streamlit&logoColor=%23FF4B4B&labelColor=white&link=https%3A%2F%2Fstreamlit.io%2F)
![PostgreSQL Static Badge](https://img.shields.io/badge/PostgreSQL-%234169E1?style=for-the-badge&logo=postgresql&logoColor=%234169E1&labelColor=lightgray&link=https%3A%2F%2Fwww.sqlalchemy.org%2F)
![SQLAlchemy Static Badge](https://img.shields.io/badge/SQLAlchemy-%23D71F00?style=for-the-badge&logo=sqlalchemy&logoColor=%23D71F00&labelColor=%23768776&link=https%3A%2F%2Fwww.sqlalchemy.org%2F)

## Welcome

**VM Lab** is a web-based platform for managing virtual machines (VMs), users, and bookmarks, designed for educational, research and work environments. It provides a user-friendly interface for both end-users and administrators, with robust authentication, role-based access control, and seamless integration with SSH/SFTP modules.

![dashboard](screenshot1.png)

## Features

- **User Management**: Registration, approval workflow, role assignment, and credential editing.
- **Role-Based Access Control**: Fine-grained permissions for Admins, Managers, Sidekicks, Regular Users, and New Users.
- **VM Management**: Create, assign, edit, connect, and delete VMs with secure password/SSH key handling.
- **Bookmarks**: Save and manage useful links.
- **Interactive UI**: Built with Streamlit, featuring custom components like interactive data tables and dialogs.
- **Secure Authentication**: Uses [Streamlit-Authenticator](https://github.com/mkhorasani/Streamlit-Authenticator) with encrypted credentials and session management.
- **Database Integration**: PostgreSQL backend with SQLAlchemy ORM.
- **Modular Architecture**: Clean separation of backend, frontend, utilities, and configuration.
- **Deployment Flexibility**: Supports both Docker-based and local development setups.

![connection](screenshot2.png)

## Other modules
This project is part of a modular architecture. Find out more about it [here](https://github.com/isislab-unisa/vm-lab/wiki/The-External-Modules).

- [SSH Module](https://github.com/isislab-unisa/alfresco-ssh)
- [SFTP Module](https://github.com/isislab-unisa/alfresco-sftp)

## Documentation

Full documentation and guides are available in the [Wiki](https://github.com/isislab-unisa/vm-lab/wiki).

## Contributing

- See [Contributing-To-The-Wiki](https://github.com/isislab-unisa/vm-lab/wiki/Contributing-To-The-Wiki) for documentation standards and contribution guidelines.
- Issues and feature requests are welcome!

## License

[MIT License](LICENSE)