unsubbed.co

Statusnook

Statusnook lets you run powerful status page system for real-time incident tracking entirely on your own server.

Overview

Effortlessly deploy a status page and start monitoring endpoints in minutes Effortlessly deploy a status page and start monitoring endpoints in minutes The project has 976 GitHub stars and is licensed under MIT.

Getting Started

Source: GitHub README

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

Normalized Features

Source: tool-features-normalized.json

docker, docker compose.