Effortlessly deploy a status page and start monitoring endpoints in minutes
Quickly deploy Statusnook with managed TLS.
Requires ports 80 and 443
curl -fsSL https://get.statusnook.com | sudo bash
Deploy Statusnook behind Caddy, NGINX, etc.
curl -fsSL https://get.statusnook.com | sudo bash -s -- -port 8000
docker run -d -p 127.0.0.1:8000:8000 -v statusnook-data:/app/statusnook-data --restart always goksan/statusnook
services:
statusnook:
ports:
- 127.0.0.1:8000:8000
volumes:
- statusnook-data:/app/statusnook-data
restart: always
image: goksan/statusnook
volumes:
statusnook-data:
name: statusnook-data
docker compose up
amd64 and arm64 Linux binaries can be found on the Releases page.
Statusnook has the following configuration options:
- Web UI based config
- Text based config (YAML) via the settings page, or on push via GitHub