TabVMs banner

TabVMs

7 devlogs
19h 12m 58s

TabVMs allows other people to easily view and control the status of VMs through a neat web UI.

BurntRanch

after a long while, I finally got TabVMs deployed.
I had to add two things, proper error messaging and CAPTCHA support. Those two features caused a ton of headaches for me as a React newbie, but I got everything working eventually.

All that’s left is putting this stuff on a Raspberry Pi so that it can be available 24/7 for anyone planning to test

0
BurntRanch

alot of internal work, but I also added preferences! you can now choose whether or not TabVMs should feature square corners, with rounded corners being the default.

0
BurntRanch

Added authentication for the panel backend, which will make it actually secure.
For now, not being authenticated means losing access to every feature. I plan on making certain things anonymously accessible (it’ll be a changeable config)
Also redesigned everything to be square. I love the square design more.

0
BurntRanch

Graphics information is now shown to the user, so they can connect with whatever client they have!
the colors are prettier now, I think

Attachment
0
BurntRanch

added simple start/stop controls for VMs
(CPU usage is supposed to be in %)

0
BurntRanch

Added a live feed that tracks information about each VM.

0
BurntRanch

I got a simple frontend working, with a simple status page.
It lists each node, and each VM running in that node. It also color-codes the name based on its running status. So far, it’s only binary (running, or not), but maybe additional statuses for sleep could be added!

Attachment
0