No description
Find a file
Max Meinhold f7bd448611
Set default creation pool to current user
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.
2020-09-18 10:55:45 -04:00
proxstar Set default creation pool to current user 2020-09-18 10:55:45 -04:00
.gitignore add new and clean up config, add pipfile ignore 2018-05-07 01:19:03 -04:00
.gitmodules upgrade to bootstrap 4 2018-03-21 14:58:01 -04:00
.pylintrc Fix all pylint issues 2019-11-01 13:25:48 -04:00
.travis.yml Add pylint_quotes and fix all issues 2019-11-01 17:35:51 -04:00
config.py Revert "Add sentry with integrations (#32)" (#33) 2019-11-03 23:20:33 -05:00
gunicorn_conf.py more fixes! 2019-02-19 23:36:43 -05:00
LICENSE.txt Add MIT License 2018-10-23 13:21:07 -04:00
README.md Updated README 2020-04-28 15:36:48 -04:00
requirements.txt SQL Alchemy Version 1.3 2020-04-28 16:45:59 -04:00
start_scheduler.sh run correct command for scheduler script 2018-01-26 02:05:01 -05:00
start_worker.sh add script to start rq workers 2018-01-23 23:43:46 -05:00
wsgi.py prep project for openshift 2018-01-23 03:36:08 -05:00

Proxstar

Proxstar is a proxmox VM web management tool used by Rochester Institute of Technology's Computer Science House.

Overview

Written using Python, Flask.

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

  1. Fork this repository
    • Optionally create a new git branch if your change is more than a small tweak (git checkout -b BRANCH-NAME-HERE)
  2. Make your changes locally, commit, and push to your fork
  3. Create a Pull Request on this repo for our Webmasters to review

Questions/Concerns

Please file an Issue on this repository.