Jeremy Smart
a26f126297
testing in prod
2024-06-05 22:51:10 -04:00
Bobby Dhanoolal
69a2e97d0c
Update script.js
2024-03-07 15:14:51 -05:00
Bobby Dhanoolal
64aa140398
Update script.js
2024-03-07 15:00:57 -05:00
Bobby Dhanoolal
3c3db3747c
Update script.js
2023-12-19 13:52:50 -05:00
Joe Abbate
2b9d32720b
Fix user.py disk usage
2023-06-22 12:35:03 -04:00
Joe Abbate
d16858e4d5
Black Linting
2023-06-18 19:43:44 -04:00
Joe Abbate
35165a38c5
Debug MB to GB Function
2023-06-18 19:41:42 -04:00
Joe Abbate
bb88e64aad
Fix Nesting
2023-06-18 19:22:23 -04:00
Joe Abbate
a097f30c6b
Fix 500 on IDE Drives
2023-06-18 19:10:22 -04:00
Joe Abbate
9b26311b9c
Update db.py
2023-05-27 21:40:15 -04:00
Joe Abbate
359577eaf2
Fix CloudInit Drives
2023-02-01 14:05:25 -05:00
Joe Abbate
b64602ef1d
Please?
2023-01-27 15:47:40 -05:00
Joe Abbate
0dbd7235d7
Why do you do this to me
2023-01-27 15:08:48 -05:00
Joe Abbate
3e02eccba7
Git???
2023-01-27 14:56:35 -05:00
Joe Abbate
0f739ac8e4
UI Changes
2023-01-27 14:04:46 -05:00
Joe Abbate
6094536334
Oops debug statement
2023-01-27 12:52:59 -05:00
Joe Abbate
36e2a6c687
Linting
2023-01-27 12:51:57 -05:00
Joe Abbate
8fae5521be
Add more customization options
2023-01-27 12:30:37 -05:00
Joe Abbate
f91908f286
Linting
2022-10-20 13:41:22 -04:00
Joe Abbate
c8331b66d2
Use correct node in API call
2022-10-20 13:26:48 -04:00
Joe Abbate
a11b7eefc0
Merge branch 'master' into apikey
2022-10-20 00:24:42 -04:00
Joe Abbate
8ed767060b
Linting
2022-10-19 23:18:41 -04:00
Joe Abbate
29aaf85738
Linting
2022-10-19 23:12:48 -04:00
Joe Abbate
19f0437a40
Use Token over User/PW
2022-10-19 23:04:44 -04:00
Joe Abbate
ade55e3d1f
Use Proxmoxer for VNC Port and Ticket
2022-10-19 23:04:24 -04:00
Joe Abbate
05fe1bec8e
Bugfix: Pool redirect
2022-09-25 01:21:39 -04:00
Joe Abbate
6b9a3754d8
Bugfix: Differing Split Characters
2022-09-25 01:18:54 -04:00
Joe Abbate
1fc875fa7d
Pylint2
2022-09-25 01:11:42 -04:00
Joe Abbate
b39ec59dcd
Pylint Linting
2022-09-25 01:08:52 -04:00
Joe Abbate
0665cae5c4
Black Linting
2022-09-25 01:07:29 -04:00
Joe Abbate
dff517d822
Shared Pools
2022-09-25 00:58:29 -04:00
Joe Abbate
f308ae5519
Pylint linting
2022-09-07 16:40:15 -04:00
Joe Abbate
71e75ed1ab
Black linting
2022-09-07 16:38:25 -04:00
Joe Abbate
b3d4a3206e
Remove unneeded rtp_view
2022-09-07 16:31:14 -04:00
Joe Abbate
da8aa85bde
Split views to different files
2022-09-07 16:23:30 -04:00
Joe Abbate
844dfd0f56
Update RTP view of VM Page
2022-09-07 16:10:25 -04:00
Will Nilges
240001c357
lint
2022-08-31 23:30:24 -04:00
Will Nilges
19b508fe2e
Properly delete keys from Redis
2022-08-31 23:24:37 -04:00
Will Nilges
5a28460db0
Check if vnc_target is None before trying to use
...
Haha oops
2022-08-31 21:33:34 -04:00
Will Nilges
60d4e89404
linttttttt
2022-08-25 23:46:22 -04:00
Will Nilges
63a2bab3cd
Fix vnc target redis crash
2022-08-25 23:36:41 -04:00
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
Will Nilges
433c845a35
Use Redis to link VNC tokens to VMID
2022-08-18 19:51:56 -04:00
Will Nilges
aa1c4834f4
Remove deprecated library
...
No, seriously
2022-08-18 19:51:55 -04:00
Will Nilges
8d4a7d52a9
Remove SSH functionality to Proxmox
2022-08-18 19:51:50 -04:00
Will Nilges
c809d70c68
Remove old TODO
2022-07-29 22:00:02 -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
Devin Matte
20f523b2ca
Increase disk allotment
2022-06-29 16:33:04 -04:00
Devin Matte
a67380c500
Removing .items()
2022-05-28 19:03:13 -04:00
Devin Matte
7a2c3374ca
Update to latest noVNC
2022-05-28 18:20:04 -04:00