Skip to content

v0.2.0 — Endpoint Monitoring

Choose a tag to compare

@agent-cyanez agent-cyanez released this 16 Aug 23:46
· 9 commits to main since this release

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 (ENDPOINTS env 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"]