Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Your phone needs to reach the service. Two options:

## What if the service is down?

The mobile shortcut's HTTP request fails. The recommended setup includes a fallback: if the POST fails, the URL is saved to a local note (Apple Notes on iOS, Google Keep on Android). Process the backlog when the service is back up.
The mobile shortcut's HTTP request fails. On iOS, the recommended Shortcut setup includes a fallback that saves the URL to Apple Notes if the POST fails. On Android, HTTP Shortcuts supports retry-on-failure; see the [Android setup guide](docs/setup-android.md) for options.

For always-on availability, deploy to a Raspberry Pi, NAS, or VPS using Docker.

Expand Down