Commit Graph

10 Commits

Author SHA1 Message Date
Self Hosters 8dde58ba88 Add trending statistics to telemetry dashboard (hottest, movers, new entries)
- Add /api/stats/hottest endpoint for popular images by containers and adoption
- Add /api/stats/movers endpoint for week-over-week risers and fallers
- Add /api/stats/new-entries endpoint for newly discovered images
- Add image_stats_weekly table with automatic weekly snapshots
- Add Trends tab to vanilla JS dashboard with interactive charts
- Add collector-build.sh and collector-run.sh scripts for local development
- Add Next.js example components (HottestImagesChart, MoversChart, NewEntriesCard)
- Update telemetry-api.ts with new trending API methods and types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 16:17:41 -05:00
Self Hosters 1c26c73843 Added database view to the telemetry collector 2025-10-27 23:45:55 -04:00
Self Hosters 1b776215e8 Updated telemetry charts and README 2025-10-23 21:19:42 -04:00
Self Hosters fa3ce2dd78 Added a graph view of all nodes 2025-10-23 17:52:31 -04:00
Self Hosters 5ba569080a Added a table view of all containers 2025-10-20 21:27:59 -04:00
Self Hosters 9c1e075ab8 1. Updated the UI to allow all settings / configuration. Config file is only used for storage now, user doesn't have to edit it.
2. Added a visual indicator to the collector to show the user when new reports are arriving
3. Removed the reload config button as it's not needed
2025-10-17 00:29:35 -04:00
Self Hosters 28a6fbd082 Huge updates:
1. Added optional security to the UI for the server and telemtry collector
2. Expanded the telemetry being collected and the telemetry UI accordingly
3. Documentation update
4. Enhanced charting
2025-10-16 18:50:21 -04:00
Self Hosters ffef935e75 Normalized image names for better tracking 2025-10-11 08:21:02 -04:00
Self Hosters 132d0bdb19 Added version info to logs and UIs 2025-10-10 10:30:29 -04:00
Self Hosters 808e49e465 Telemetry introduced 2025-10-10 08:02:48 -04:00