2020-04-28 19:36:48 +00:00
Proxstar
===========
2022-07-26 15:08:06 +00:00
[![Python 3.8 ](https://img.shields.io/badge/python-3.8-blue.svg )](https://www.python.org/downloads/release/python-380/)
2020-04-28 19:36:48 +00:00
Proxstar is a proxmox VM web management tool used by [Rochester Institute of Technology ](https://rit.edu/ )'s [Computer Science House ](https://csh.rit.edu ).
## Overview
Written using [Python ](http://nodejs.org ), [Flask ](https://npmjs.com ).
Proxstar removes the need for CSH members to have direct access to the proxmox web interface.
2018-10-23 17:25:45 +00:00
Proxstar is also used to enforce proxmox resource limits automagically.
2020-04-28 19:36:48 +00:00
It is available to house members at [proxstar.csh.rit.edu ](https://proxstar.csh.rit.edu ) behind PYOIDC authentication.
## Contributing
Update VNC functionality for Proxmox 7 (#148)
Chown `targets`, Add run and kill scripts
Lol Joe figured it out
* Dude it works holy shit
We need to fix some logistical bugs, probably, and also like remove dead
code lol
* Open VNC session on the node that the VM belongs
Figured out why I couldn't open a session on anything but 01. It was
because I was making the API call on proxmox01-nrh. So that's where the
session opened. I hope that by doing this, it will balance the load
(what little there is) from VNC sessions.
* Update websockify-related tasks
* Remove SSH key from build
* Add option to specify VNC port.
Should be 443 for OKD, probably 8081 for development.
This hosts a smattering of fixes, acutally uses gunicorn properly(?),
launches websockify correctly, and introduces MORE DEAD CODE!
TODO: Fix the scheduling system
* Make things not crash as much :)
* Remove obviously dead code
There's still some code in here that may require more careful
extraction, testing, and review, so I'm saving that for another PR.
* Fix Joe's complaints
* Replace hardcoded URL
2022-07-30 00:56:00 +00:00
Check out `HACKING/` for more info.
2020-04-28 19:36:48 +00:00
## Questions/Concerns
2020-10-11 17:28:05 +00:00
Please file an [Issue ](https://github.com/ComputerScienceHouse/proxstar/issues/new ) on this repository.