Altien teaches Mike to live on Azure
The fork swaps a single-vendor file store for a pluggable one - and ships the Azure version alongside it.
Mike originally assumed your files live in Cloudflare's object storage (a service called R2, similar to Amazon S3). Altien's fork splits that assumption out into a clean seam: storage is now a slot you fill, not a hard-wired choice. Existing deployments running on Cloudflare behave exactly as before.
The second move plugs Azure Blob Storage into that slot, with two ways to authenticate - a connection string for local development, or Azure's Managed Identity for production, which lets the app prove who it is without anyone handling a password. Because Azure handles file downloads a little differently, the fork routes them back through Mike's own server rather than handing out direct links.
Worth noting: the configuration is forgiving enough that a misconfigured server will start up happily and only complain the first time someone tries to open a file.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?