EarlyNotify is designed to keep you up-to-date with the latest Apple updates, notifying you within just 15 minutes of new updates hitting Apple servers.
Never miss a critical update again.
Deploy yourself:
- Create a Cloudflare D1 database and configure with migrations/init.sql
- Create 2 KV stores. One is used for general storage, the other is for caching ipsw.me responses.
- Under the value "email_version" within your general KV store, place the email template "email-templates/newupdate.html"
- Under the value "email_unsubscribe" within your general KV store, place the email template "email-templates/email_unsubscribe.html"
- Configure a cron to schedule checking. We have this configured at every 5 minutes.