SkillAgentSearch skills...

Statusnook

Effortlessly deploy a status page and start monitoring endpoints in minutes

Install / Use

/learn @goksan/Statusnook
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

<p align="center"> <a href="https://statusnook.com" target="_blank"> <img width="245px" src="https://github.com/goksan/Statusnook/assets/17437810/3ad70900-ed19-4d24-8ac3-a4e909901975"> </a> </p> <p align="center"> Effortlessly deploy a status page and start monitoring endpoints in minutes </p>

status page

<br>

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

<a href="https://marketplace.digitalocean.com/apps/statusnook"><img width="200px" src="https://www.deploytodo.com/do-btn-blue-ghost.svg" alt="Deploy to DO" width="150px"></a>

Deploy to Vultr

Deploy on Railway

Deploy on Zeabur

Binaries

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

Configuration

Statusnook has the following configuration options:

  • Web UI based config
  • Text based config (YAML) via the settings page, or on push via GitHub

Learn more about configuration

Gallery

monitors monitor logs notifications

Related Skills

View on GitHub
GitHub Stars976
CategoryOperations
Updated5d ago
Forks28

Languages

Go

Security Score

100/100

Audited on Mar 21, 2026

No findings