Resources¶
Download Statistics¶
The resource you are most interested in, are probably our Download Statistics. Its collection reaches back to around December 2024, and the aggregated data are public:
- our iodstats repository holds the statistics of the main repo server
- mirrors have their own
- both are using iod-stats-builder to generate their statistics
- iod-stats-collector is used to combine the sources (resulting JSON files are stored in the pages branch)
- iod-stats-viz is what does the visualization, as shown in the screenshot
Privacy is fully preserved, as you can verify by inspecting the code of the iod-stats-builder. This tool parses the server log files, and extracts only the relevant data. Data irrelevant for our statistics, which could be used to identify visitors (like their IP addresses), are ignored. The resulting json then only holds records with timestamps, packageName, and user agent – so we can e.g. tell that the APK of the app Foobar was downloaded on 2025-10-24, 5 times using the Droid-ify client and 3 times using Neo Store.

Monitor¶
Another core element is our system monitoring, which is performed using Uptime Kuma. Our setup for this again is maintained publicly via a git repository hosted at Codeberg: izzyondroid-statuspage-deployment holds our configuration, and takes care for deployment. This allows us to easily redeploy the monitoring server even if the current one should become unavailable – and also to keep track of configuration changes. Should a manual configuration via the GUI (e.g. to test options) go wrong, we even can easily reset the configuration to the last saved state.
Apart from the nice graphical display of all states, our monitor also alerts us should a system have trouble. This happens via ntfy – and reaches us on our Android devices via the ntfy app – which serves as a distributor for UnifiedPush, providing us with push notifications of other apps/services as well.

More Resources¶
For other resources available to you, please see the sidebar navigation which, if you read this on your phone, you can reach via the Hamburger menu.