proxstar/README.md
Max Meinhold b95e446857
Use config.py for rqsettings
Move `config.local.py` to `config_local.py`, since `.` is invalid in
filenames for imports
2020-10-11 13:45:07 -04:00

1.2 KiB

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
    • If you want to test locally, you should copy config.py to config_local.py, and talk to an RTP about filling in secrets.
  3. Create a Pull Request on this repo for our Webmasters to review

Questions/Concerns

Please file an Issue on this repository.