A lightweight self-hosted status monitoring tool, written in Rust.
2.2K
A lightweight self-hosted status monitoring tool, written in Rust.
Github Although some features are missing the basic monitoring is working as expected. You can try it out and open an issue if you encounter any issue or any feature you would like to be added to stamon.
docker rundocker run -it -e JWT_SECRET="hello-world" -p 3000:3000 k4htoo/stamon
docker composeservices:
stamon:
image: k4htoo/stamon
environment:
JWT_SECRET: "A_very_secure_secret"
ports:
- "3000:3000"
Then
docker compose up stamon
Then visit http://localhost:3000.
Content type
Image
Digest
sha256:f7440d0a0…
Size
6.2 MB
Last updated
5 months ago
docker pull k4htoo/stamon:sha-650fea9