TRANSMISSION // 2025-10-02
First post and info about superstatus server
SuperStatus started as a side project: I wanted a status monitor for my own services, built and hosted the way I prefer. The core is deliberately simple — a set of configurable status checks, a background job that runs them on an interval, and a public-facing status page that updates live over WebSockets.
Administration sits behind an OpenID Connect server I run internally, but it speaks standard OIDC, so you can point it at whatever identity provider you already have.
The goal is genuinely easy self-hosting: drop in a docker-compose.yml, bring it up, and handle the rest from the UI.
// COMMS