No description
Find a file
Will Nilges 4efa3dfdd5 pylint
2022-07-28 00:05:10 -04:00
.github Update apt before installing deps 2022-05-27 15:33:19 -04:00
HACKING Fix Joe's complaints 2022-07-13 22:58:26 -04:00
proxstar pylint 2022-07-28 00:05:10 -04:00
.gitattributes Mark schema as generated 2022-06-29 20:55:43 -04:00
.gitignore Fix hardcoded variables, tweak schema/dockerfile 2021-10-21 00:13:54 -04:00
.gitmodules upgrade to bootstrap 4 2018-03-21 14:58:01 -04:00
.pylintrc Removing .items() 2022-05-28 19:03:13 -04:00
app.py Fixes, use gunicorn, launch websockify 2022-07-11 00:35:28 -04:00
config.py Add option to specify VNC port. 2022-07-10 18:41:36 -04:00
Dockerfile Fixes, use gunicorn, launch websockify 2022-07-11 00:35:28 -04:00
gunicorn.conf.py Fixes, use gunicorn, launch websockify 2022-07-11 00:35:28 -04:00
LICENSE.txt Add MIT License 2018-10-23 13:21:07 -04:00
pyproject.toml Adding requirements, deleting travis, updating pylint 2020-12-21 15:24:29 -05:00
README.md Fix Joe's complaints 2022-07-13 22:58:26 -04:00
requirements.txt Import deprecated 2022-07-13 23:32:58 -04:00
rqsettings.py Fixing comments 2020-12-21 14:54:13 -05:00
start_scheduler.sh Make proxstar work in Podman 2022-06-25 21:43:42 -04:00
start_worker.sh Make proxstar work in Podman 2022-06-25 21:43:42 -04: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

Check out HACKING/ for more info.

Questions/Concerns

Please file an Issue on this repository.