| review_agents |
|
|---|
Pingouin is a self-hosted uptime monitor. This branch (feat/v1-release) adds:
- A public (unauthenticated) status page with REST API endpoints
- A data retention scheduler job (nightly deletion of old probe results)
- Production Docker setup (docker-compose.prod.yml, nginx.conf, Dockerfile.prod)
- 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.