pandus/README.md
Rebecca Valente 7c6bc53dc7
Some checks failed
test-ui / test-ui (push) Has been cancelled
test / test (push) Has been cancelled
rebrand: fork Gatus as PANDUS with custom UI identity
New indigo/purple shield+pulse logo, theme colors, localStorage
key prefixes, manifest metadata. Footer and Social link retain
attribution to upstream Gatus repo per Apache 2.0.
2026-05-28 13:45:28 -03:00

929 B

PANDUS

Status page and health dashboard for monitoring applications and infrastructure.

Fork Notice

This is a private fork of Gatus by TwiN, licensed under the Apache 2.0 License.

Original repository: https://github.com/TwiN/gatus

Quick Start

endpoints:
  - name: website
    url: "https://example.com"
    interval: 5m
    conditions:
      - "[STATUS] == 200"
      - "[RESPONSE_TIME] < 500"
docker run -p 8080:8080 --name pandus -v $(pwd)/config.yaml:/config/config.yaml pandus

Build

# Frontend
make frontend-install
make frontend-build

# Backend
make install

# Docker
make docker-build

Configuration

See upstream documentation for full configuration reference.

License

Apache 2.0 — Original work Copyright TwiN, modifications Copyright pudding-panda.