mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
No description
This prevents people from trying to allocate more resources than they have available in total. This isn't the best solution, since it may prevent people from having many VMs with only a few started up, but that's a problem for when users start complaining. |
||
---|---|---|
.github | ||
HACKING | ||
proxstar | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pylintrc | ||
app.py | ||
config.py | ||
Dockerfile | ||
gunicorn.conf.py | ||
LICENSE.txt | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
rqsettings.py | ||
start_scheduler.sh | ||
start_worker.sh |
Proxstar
Proxstar is a proxmox VM web management tool used by Rochester Institute of Technology's Computer Science House.
Overview
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 behind PYOIDC authentication.
Contributing
Check out HACKING/
for more info.
Questions/Concerns
Please file an Issue on this repository.