Skip to content

RGJorge/containerflow

v0.1.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

bun containerflow containers web devops docker
+4 more
monitoring react self-hosted typescript

ReleasePort's take

Light signal
editorial:auto 13d

Release v0.1.0 of RGJorge/containerflow adds a real-time Docker architecture visualizer, historical CPU/RAM stats in SQLite, Discord notifications with persistent logs, per‑container alert thresholds, and multi‑user access control via ALLOWED_PATHS.

Why it matters: Evaluate the new features for monitoring and collaboration; test the visualizer and notification workflows in a dev environment before production adoption. No mandatory migration or security patch is required.

Summary

AI summary

Real-time Docker architecture visualizer with CPU/RAM stats, Discord notifications, and multi-user access control.

Changes in this release

Feature Medium

Real-time Docker architecture visualizer (interactive graph view)

Real-time Docker architecture visualizer (interactive graph view)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite

CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Discord notifications + in-app notification log (persistent, read/unread)

Discord notifications + in-app notification log (persistent, read/unread)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec

Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Multi-user access control via ALLOWED_PATHS (lock icon for non-accessible)

Multi-user access control via ALLOWED_PATHS (lock icon for non-accessible)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Best-practice warnings when containers run without memory limit, CPU limit, or restart policy

Best-practice warnings when containers run without memory limit, CPU limit, or restart policy

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Volume/mount inspection in DetailPanel (type, source, destination, rw/ro)

Volume/mount inspection in DetailPanel (type, source, destination, rw/ro)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Per-container thresholds for CPU/MEM alerts (overrides global)

Per-container thresholds for CPU/MEM alerts (overrides global)

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Memory calculation excludes reclaimable page cache (more accurate than docker stats for DB containers)

Memory calculation excludes reclaimable page cache (more accurate than docker stats for DB containers)

Source: llm_adapter@2026-05-21

Confidence: high

Dependency Medium

Bun + Hono + React 19 + @xyflow/react stack (~80 MB RAM, < 500ms startup)

Bun + Hono + React 19 + @xyflow/react stack (~80 MB RAM, < 500ms startup)

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

First public release of ContainerFlow.

Features

  • Real-time Docker architecture visualizer (interactive graph view)
  • CPU/RAM stats with history (1h, 6h, 24h, 7d) persisted in SQLite
  • Discord notifications + in-app notification log (persistent, read/unread)
  • Container actions: Start, Stop, Restart, Rebuild, Recreate, Remove, Exec
  • Multi-user access control via ALLOWED_PATHS (lock icon for non-accessible)
  • Best-practice warnings when containers run without memory limit, CPU limit, or restart policy
  • Volume/mount inspection in DetailPanel (type, source, destination, rw/ro)
  • Per-container thresholds for CPU/MEM alerts (overrides global)
  • Memory calculation that excludes reclaimable page cache (more accurate than docker stats for DB containers)

Stack

Bun + Hono + React 19 + @xyflow/react. ~80 MB RAM, < 500ms startup.

Quick start

git clone https://github.com/RGJorge/ContainerFlow.git
cd ContainerFlow
cp .env.example .env
docker compose up -d

See README for full docs.

Bug reports welcome via issues.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track RGJorge/containerflow

Get notified when new releases ship.

Sign up free

About RGJorge/containerflow

All releases →

Related context

Earlier breaking changes

  • v0.1.4 `docker-compose.yml` now uses prebuilt image by default (was: `build: .`).

Beta — feedback welcome: [email protected]