No description
  • Python 42.9%
  • JavaScript 21.2%
  • HTML 20.3%
  • CSS 14.8%
  • Dockerfile 0.5%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 18:19:57 -04:00
.github bump: lots of deps, fixes here and there 2025-09-18 01:24:16 -04:00
HACKING Merge pull request #222 from ComputerScienceHouse/wdn/alumn 2026-03-03 00:08:55 -05:00
proxstar fix: turn off websocket so it works 2026-09-15 15:52:34 -04:00
.envrc add nix shell 2026-03-01 12:12:53 -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 fix: quote consistency 2025-09-18 11:08:38 -04:00
app.py Update VNC functionality for Proxmox 7 (#148) 2022-07-29 20:56:00 -04:00
config.py add pre-commit hook to run black and setup script for hooks in HACKING/ 2026-03-01 16:18:08 -05:00
Dockerfile fix: get logs 2026-08-22 17:51:24 -04:00
gunicorn.conf.py fix: pylint and format 2025-09-18 01:34:46 -04:00
LICENSE.txt Add MIT License 2018-10-23 13:21:07 -04:00
pyproject.toml add nix shell 2026-03-01 12:12:53 -05:00
README.md bump: lots of deps, fixes here and there 2025-09-18 01:24:16 -04:00
requirements.txt fix: bump cshldap to work with broken ldap servers 2026-08-08 21:29:21 -04:00
rqsettings.py fix: pylint and format 2025-09-18 01:34:46 -04:00
shell.nix add websockify 2026-03-01 16:33:57 -05:00
start_scheduler.sh Make proxstar work in Podman 2022-06-25 21:43:42 -04:00
start_worker.sh bump: lots of deps, fixes here and there 2025-09-18 01:24:16 -04:00

Proxstar

Python 3.13 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.