Since I'll be migrating everything to its own server and domain T59 I need to get a new home page put together.
I've got the base pretty much done, just using Flask and Bootstrap.
I decided to add an activity stream to the page by hooking into the Discord webhook stuff, which I'm almost done with. The only complication with that is that I want to keep the Docker containers separate. So to deal with that I'm using Redis as a message broker. Pretty simple setup I'm just using redis-py to push a message to redis from the webhook and pop it off for the home page. I'm going to keep the number of notifications on the home page fixed to keep it simple.