Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 797 Bytes

File metadata and controls

21 lines (17 loc) · 797 Bytes
review_agents
security-sentinel
performance-oracle
architecture-strategist
kieran-python-reviewer
kieran-typescript-reviewer
code-simplicity-reviewer

Project Review Context

Pingouin is a self-hosted uptime monitor. This branch (feat/v1-release) adds:

  1. A public (unauthenticated) status page with REST API endpoints
  2. A data retention scheduler job (nightly deletion of old probe results)
  3. Production Docker setup (docker-compose.prod.yml, nginx.conf, Dockerfile.prod)
  4. README + LICENSE for open-source release

Stack: Python 3/Flask backend, React 19/TypeScript frontend, PostgreSQL 16.

Security note: The public endpoint intentionally exposes app names and uptime percentages, but must NOT expose internal URLs or any auth-protected data.