Proxstar =========== [![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) Proxstar is a proxmox VM web management tool used by [Rochester Institute of Technology](https://rit.edu/)'s [Computer Science House](https://csh.rit.edu). ## Overview Written using [Python](http://nodejs.org), [Flask](https://npmjs.com). Proxstar removes the need for CSH members to have direct access to the proxmox web interface. Proxstar is also used to enforce proxmox resource limits automagically. It is available to house members at [proxstar.csh.rit.edu](https://proxstar.csh.rit.edu) behind PYOIDC authentication. ## Contributing Check out `HACKING/` for more info. ## Questions/Concerns Please file an [Issue](https://github.com/ComputerScienceHouse/proxstar/issues/new) on this repository.