Imported from cipher982/collector (
AGENTS.md). Install upstream withnpx skills add cipher982/collector. Copyright stays with the author.
Collector (Browser Debug Dashboard)
Flask + Flask-SocketIO dashboard on clifford via the estate manual-app stack.
Run / Test
make run PORT=8001 # dev server; default 5000
make test # unit tests (uv)
make docker-build # build image
DB_URL is optional; omit (or --skip-db) to run without Postgres.
Deployment
- Platform: estate manual-app, app
collector(containercollector, internal port 5000, aliascollector-web) - Deploy:
~/git/me/domains/mytech/bin/manual-app deploy collector --repo-dir /Users/davidrose/git/collector
Notes
- Uses
uv(no pip/venv plumbing needed); app entryapp.py. - Check container status/logs via
manual-app status collector/manual-app logs collector.