adabitstatus is a homemade status page for all of my microservices written in nodejs, if you want to run it yourself just like... credit me on the page please. (also to change what sites you're monitoring install gum and run ./configure.sh
)
clone the directory, cd
into it, and finally run docker compose up -d
That's it!
run docker pull ghcr.io/cmdada/adabitstatus:main && docker run -n status -p 3001:3001 ghcr.io/cmdada/adabitstatus:main
and to configure docker exec -it status ./configure.sh