Skip to content

Monitor v0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Sep 11:29
· 3 commits to main since this release
9cf5c21

The ServerBox Monitor agent, versioned independently of the app — see monitor/README.md for what it does and config.example.toml in the archive for how it is configured.

Docker

docker run -d --name server-box-monitor \
  -p 3770:3770 -v ./data:/data \
  ghcr.io/lollipopkit/server-box-monitor:0.1.2

Also tagged latest. linux/amd64 and linux/arm64.

Native

Pick the archive for the machine being monitored and unpack it. Linux builds are static musl binaries, so they run on Alpine as they are. Each archive carries the binary, the web panel, the migrations and an example config.

Verify what you downloaded against SHA256SUMS:

sha256sum -c SHA256SUMS --ignore-missing