mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Move `config.local.py` to `config_local.py`, since `.` is invalid in filenames for imports
1.2 KiB
1.2 KiB
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
- If you want to test locally, you should copy
config.py
toconfig_local.py
, and talk to an RTP about filling in secrets.
- If you want to test locally, you should copy
- Create a Pull Request on this repo for our Webmasters to review
Questions/Concerns
Please file an Issue on this repository.