← Back to Main Dashboard

Ming's Note (MD Reader)

Status: active Path: /opt/data/scripts/md-reader.py Port: 7457 Python: /opt/data/venv/dashboard/bin/python3 (Flask)


What It Is

Henry's SSOT dashboard for plans, memory, sandbox, news, and quick links to all projects.

Quick Links

Port Allocation

Proxy Pattern

Kids Camera uses Flask proxy (od_rewrite_html). Next.js SPAs don't work through proxy (60s+ latency) — use direct port access instead.

Restart

ps aux | grep md-reader | grep -v grep | awk '{print $2}' | xargs kill
/opt/data/venv/dashboard/bin/python3 /opt/data/scripts/md-reader.py &

Related Files