goksan / statusnook

Effortlessly deploy a status page and start monitoring endpoints in minutes

Home Page:https://statusnook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effortlessly deploy a status page and start monitoring endpoints in minutes

status page


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:
  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

One-click cloud templates

Deploy to DO

Deploy on Zeabur

Binaries

amd64 and arm64 Linux binaries can be found on the Releases page.

Gallery

monitors monitor logs notifications

About

Effortlessly deploy a status page and start monitoring endpoints in minutes

https://statusnook.com

License:MIT License


Languages

Language:Go 85.2%Language:CSS 10.3%Language:Shell 4.3%Language:HCL 0.1%Language:Dockerfile 0.1%