telemetry-server

command
v1.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

telemetry-server is a tiny HTTP service that counts active Bindery installs. It accepts anonymous pings from Bindery instances and returns the latest published version so clients can surface an update badge.

Endpoints:

GET  /               — welcome page with logo and GitHub link
GET  /stats          — public dashboard with version/OS/arch charts
GET  /stats.json     — public JSON snapshot {active,total,latest} for bots
POST /api/ping       — upsert install record, return latest version (rate-limited)
GET  /api/stats      — active/total counts + version breakdown (token-gated)
GET  /api/backup     — sqlite VACUUM INTO snapshot of installs DB (token-gated)
GET  /health         — liveness probe

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL