telemetry.danimoya.com
Anonymous install-count receiver for Claude-Dashboard, Claude-B, and related projects. Opt-in, off by default.
What this is
Each dashboard install can voluntarily POST four fields to
/v1/ping once a week:
{ "installation_id": "",
"dashboard_version": "1.4.2",
"heliosdb_version": "3.19.1",
"timestamp": "2026-05-03T12:34:56Z" }
The receiver hashes (weekly_salt, client_ip, installation_id)
and stores only the hash + version columns. Raw IP and the raw
(ip, id) tuple are never persisted. Salt rotates weekly so
hashes from week N can't be cross-correlated with hashes from week N+1.
Endpoints
POST /v1/ping— submit a ping (called by the dashboards)GET /v1/stats— weekly aggregate count, public
Source
Receiver source, schema, salt-rotation cron, and append-only audit changelog: github.com/danimoya/telemetry.
Per-install transparency
Each running dashboard exposes its own /telemetry page
showing exactly what that install would send. Read that page on your own
deployment before deciding whether to opt in.