k4htoo/stamon

By k4htoo

Updated 5 months ago

A lightweight self-hosted status monitoring tool, written in Rust.

Image
Networking
Web servers
Monitoring & observability
0

2.2K

k4htoo/stamon repository overview

Shows a black logo in light color mode and a white one in dark color mode.

A lightweight self-hosted status monitoring tool, written in Rust.

Github

🚀 Quick Start

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
docker run
docker run -it -e JWT_SECRET="hello-world" -p 3000:3000 k4htoo/stamon
docker compose
services:
  stamon:
    image: k4htoo/stamon

    environment:
      JWT_SECRET: "A_very_secure_secret"
    ports:
      - "3000:3000"

Then

docker compose up stamon

Then visit http://localhost:3000.

Tag summary

Content type

Image

Digest

sha256:f7440d0a0

Size

6.2 MB

Last updated

5 months ago

docker pull k4htoo/stamon:sha-650fea9