🚀 Feature: Download count stats
🔖 Feature description
Implement a feature that provides simple statistics on the total number of downloads, offering simple insights for the file uploader.
On both:
- admin share page
- download page /share/
🎤 Pitch
Track uploaded files with precise download total count stats to better understand file visits.
maybe add some raw log file for auditing ? who download what file and when they download ?
Yes, similar to gokapi which shows download counts
prometheus stats would be pretty nice, they are quite the go-to standard in stats/metrics
Personally I'd like to limit based on download count. Remove the share once it's been downloaded.
Personally I'd like to limit based on download count. Remove the share once it's been downloaded.
I think that is already possible.
@droplinxuser I assume "views" are just the share page displayed vs. successful downloads completing, no?