No description
Find a file
Will Nilges 125d7fae51 Remove target from targets file in tasks
This probably isn't necessary and will probably error out....
2022-08-18 19:51:58 -04:00
.github Update apt before installing deps 2022-05-27 15:33:19 -04:00
HACKING Use Redis to link VNC tokens to VMID 2022-08-18 19:51:56 -04:00
proxstar Remove target from targets file in tasks 2022-08-18 19:51:58 -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 Update VNC functionality for Proxmox 7 (#148) 2022-07-29 20:56:00 -04:00
config.py Remove SSH functionality to Proxmox 2022-08-18 19:51:50 -04:00
Dockerfile Remove SSH functionality to Proxmox 2022-08-18 19:51:50 -04:00
gunicorn.conf.py Update VNC functionality for Proxmox 7 (#148) 2022-07-29 20:56:00 -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.