v0.2.0 — Endpoint Monitoring
Real-time Docker status page with HTTP endpoint monitoring.
Features
- Live container status dashboard with responsive web UI
- Dark/light theme (follows system preference)
- HTTP endpoint monitoring with response time display
- Container filtering with glob patterns and dedup logic
- Custom display names for containers
- Zero dependencies — pure Python stdlib
What's New in v0.2.0
- HTTP endpoint monitoring (
ENDPOINTSenv var) - Response time display (
SHOW_RESPONSE_TIME) - Configurable timeout (
ENDPOINT_TIMEOUT)
Quick Start
services:
beacon:
image: ghcr.io/agent-cyanez/beacon:latest
ports: ["8585:8585"]
volumes: ["/var/run/docker.sock:/var/run/docker.sock:ro"]