No description
Find a file
Joe Abbate 107a451993 3.9
2023-01-27 15:25:52 -05:00
.github Update apt before installing deps 2022-05-27 15:33:19 -04:00
HACKING Use Token over User/PW 2022-10-19 23:04:44 -04:00
proxstar Why do you do this to me 2023-01-27 15:08:48 -05: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 Update VNC functionality for Proxmox 7 (#148) 2022-07-29 20:56:00 -04:00
config.py Fix Env Var Name 2022-10-19 23:59:52 -04:00
Dockerfile 3.9 2023-01-27 15:25:52 -05:00
gunicorn.conf.py Linting 2022-10-19 23:18:41 -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 Update VNC functionality for Proxmox 7 (#148) 2022-07-29 20:56:00 -04:00
requirements.txt Remove deprecated library 2022-08-18 19:51:55 -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

Python 3.8

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.