# Add Channel: Web **Created:** 2026-03-07 **Status:** Done ## Goal HTTP server at `channels/web/` serving the repo root on port 6572. Accessible from any device on the local network via `http://mlsb-center:6572`. ## Requirements - Serve `/Users/ace/manglasabang/` as static files - Port 6572, bind 0.0.0.0 - Directory listings for browsing - Correct MIME types (especially HTML, CSS, JS, CSV) - Minimal — no frameworks, Node builtins only - launchd daemon (same pattern as email/slack channels)