A tilde
Announcement
So yeah, I ended up whipping up a small tilde using the former potato that I had home assistant running on. It's intended for the Compsci Club to be able to git gud at the terminal and hopefully play around with making webpages.
State of the server
Right now it's running Debian 13 and is initialized by an ansible script that ideally will set everything up, it's jut not quite there yet.
Currently I'm working on making the service accessible, which is something I thought I had already taken care of. Currently I'm exposing the server to the internet via tailscale funnel, which is pretty convenient when it works, which thankfully is most of the time. It's built out of tailscale serve, which assigns magicDNS addresses to your tailnet nodes.
...Further updates to come...