Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.43 KB

adabitstatus

License: OQL Docker CodeQL

What is this?

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)

Install with default config

clone the directory, cd into it, and finally run docker compose up -d That's it!

Modify and install for yourself via Docker

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 image