Commit graph

10 commits

Author SHA1 Message Date
Willard Nilges
2c17d6988f
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-29 20:56:00 -04:00
Willard Nilges
c0ec5d9814
Add Python Version badge
Because why not?
2022-07-26 11:08:06 -04:00
Will Nilges
74a0990997 Fix hardcoded variables, tweak schema/dockerfile
Change config.local.py to config_local.py

Fix 2AM Willard Moments™

Made a few errors last night that should be corrected.
2021-10-21 00:13:54 -04:00
Will Nilges
68f9fd491d Draft instructions for full proxstar dev environ
A comprehensive™ instruction booklet for setting up your own instance of
Proxstar to mess around with. This is _roughly_ what I had to do to get
this all working.
2021-10-02 17:20:12 -04:00
Max Meinhold
3e1608aca1
Add black to readme 2020-12-28 14:57:19 -05:00
Max Meinhold
b85ad88df4
Add pylint_quotes to pylintrc and update readme 2020-10-11 13:45:07 -04:00
Max Meinhold
b95e446857
Use config.py for rqsettings
Move `config.local.py` to `config_local.py`, since `.` is invalid in
filenames for imports
2020-10-11 13:45:07 -04:00
Dr-N0
bac2a078b2 Updated README 2020-04-28 15:36:48 -04:00
Stephen Greene
5fa8ce96bc Updated readme 2018-10-23 13:27:45 -04:00
Jordan Rodgers
568f242010 so far you can view and create vms 2017-11-26 11:48:51 -05:00