https://github.com/cmdada/adabitstatus
a homemade status page for all of my microservices written in nodejs with 0-code server configuration and docker images
https://github.com/cmdada/adabitstatus
monitoring webapp
Last synced: about 1 year ago
JSON representation
a homemade status page for all of my microservices written in nodejs with 0-code server configuration and docker images
- Host: GitHub
- URL: https://github.com/cmdada/adabitstatus
- Owner: cmdada
- License: other
- Created: 2024-07-17T02:22:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:20:27.000Z (about 1 year ago)
- Last Synced: 2025-02-12T23:25:30.803Z (about 1 year ago)
- Topics: monitoring, webapp
- Language: JavaScript
- Homepage: https://status.adabit.org/
- Size: 7.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
adabitstatus
=================
[](https://github.com/cmdada/adabitstatus/actions/workflows/docker-publish.yml)
[](https://github.com/cmdada/adabitstatus/actions/workflows/github-code-scanning/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](https://github.com/charmbracelet/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```
