https://github.com/checksumdev/blstatus
https://github.com/checksumdev/blstatus
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/checksumdev/blstatus
- Owner: ChecksumDev
- License: gpl-3.0
- Created: 2023-04-29T23:01:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T04:47:36.000Z (about 3 years ago)
- Last Synced: 2025-06-01T17:14:22.442Z (about 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# BeatLeader Status
An application that monitors the status of the BeatLeader servers.
## Quick Start
```bash
docker run -d --name beatleader-status \
-v /path/to/data:/app/data/ \
-e TOKEN=YOUR_TOKEN_HERE \
ghcr.io/checksumdev/blstatus:latest
```