mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 14:01:51 +00:00
No description
RTPs get to create vms in any pool, and the default in the user creation list is not the current user, but the first pool returned (in practice, alphabetically). Setting 'selected' on the option should remove this small inconvenience. |
||
---|---|---|
proxstar | ||
.gitignore | ||
.gitmodules | ||
.pylintrc | ||
.travis.yml | ||
config.py | ||
gunicorn_conf.py | ||
LICENSE.txt | ||
README.md | ||
requirements.txt | ||
start_scheduler.sh | ||
start_worker.sh | ||
wsgi.py |
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
- Fork this repository
- Optionally create a new git branch if your change is more than a small tweak (
git checkout -b BRANCH-NAME-HERE
)
- Optionally create a new git branch if your change is more than a small tweak (
- Make your changes locally, commit, and push to your fork
- Create a Pull Request on this repo for our Webmasters to review
Questions/Concerns
Please file an Issue on this repository.