GitHub - goksan/Statusnook: Effortlessly deploy a status page and start monitoring endpoints in minutes
Effortlessly deploy a status page and start monitoring endpoints in minutes
Deployment paths
Standalone
Quickly deploy Statusnook with managed TLS.
Requires ports 80 and 443
curl -fsSL https://get.statusnook.com | sudo bash
Reverse proxy
Deploy Statusnook behind Caddy, NGINX, etc.
curl -fsSL https://get.statusnook.com | sudo bash -s -- -port 8000
Docker
CLI
docker run -d -p 127.0.0.1:8000:8000 -v statusnook-data:/app/statusnook-data --restart always goksan/statusnook
compose.yaml
services:
statu...
Read more at github.com