Commit graph

16 commits

Author SHA1 Message Date
Jeremy Smart
3800764639
remove ddtrace (revert later) 2024-09-20 20:23:50 -04:00
Joe Abbate
4185c4a63e
Update Dockerfile 2023-01-31 14:09:21 -05:00
Joe Abbate
5cc9233bd0
Update Dockerfile 2023-01-31 14:04:15 -05:00
Joe Abbate
783e7448c5
Update Dockerfile 2023-01-31 13:56:43 -05:00
Joe Abbate
ad9023f7bc
Update Dockerfile 2023-01-31 13:48:40 -05:00
Joe Abbate
bbe8b4a8fd
Update Dockerfile 2023-01-31 13:44:12 -05:00
Joe Abbate
1fce91de3a
Update Dockerfile 2023-01-31 13:40:41 -05:00
Joe Abbate
ed09637ff5
Update Dockerfile 2023-01-31 13:34:56 -05:00
Joe Abbate
0484220923
Update Dockerfile 2023-01-31 13:31:29 -05:00
Joe Abbate
e802cedcb8 Check the damn thing 2023-01-27 15:39:43 -05:00
Joe Abbate
187c490f6b Add Git to Apt? 2023-01-27 15:30:56 -05:00
Joe Abbate
107a451993 3.9 2023-01-27 15:25:52 -05:00
Will Nilges
8d4a7d52a9 Remove SSH functionality to Proxmox 2022-08-18 19:51:50 -04:00
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
Will Nilges
3463a39e46 Add ddtrace 2022-06-25 22:16:26 -04:00
Will Nilges
ce35fc90a0 Make proxstar work in Podman
This is the commit message #4:
Basic functionality works, VNC is still trash fire
Don't use config_local
Add a workdir
RUN touch proxmox_ssh_key, update permissions
Update development instructions
Add some comments to the template file, Make it easier-ish for the kiddos.
2022-06-25 21:43:42 -04:00