1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# Cloudflare R2 credentials R2_ACCOUNT_ID= R2_ACCESS_KEY= R2_SECRET_KEY= R2_BUCKET= # API endpoint (must expose /today returning { date, data }) API_URL= # Heardle obfuscation key (use one of these) VITE_HEARDLE_SALT= # OBFUSCATION_KEY= # Ntfy notifications (optional but required for alerts) NTFY_URL= NTFY_TOKEN=
[PATCH repo_name]