Flotilla — Push Notifications

Flotilla Push arrives in Flotilla 1.1 — it does not exist in the current 1.0 release. This page documents how it will work when it ships; it's opt-in (off by default) and requires Flotilla Pro.

Flotilla Push is an optional, paid feature that sends alerts from your Unraid or Proxmox VE server to your iPhone even when the app isn't open. It's the one part of Flotilla that isn't a direct connection from your device to your server — turning it on adds a relay in the middle. This page explains exactly what that relay does and doesn't see. See also the privacy policy.

How it works

In plain words: your server → the relay → Apple → your phone.

What the relay can and cannot see

Can see:

Cannot see (Unraid via the plugin, and Proxmox via flotilla-beacon — both take the encrypted path):

Apple sits downstream of the relay and necessarily sees whatever is in a push's visible alert text, the same as any app that sends notifications: for encrypted events that's the inert placeholder above; for the beacon-less Proxmox path it's your real title and message, same as the relay. Apple also sees ordinary delivery metadata (device token, timestamp) for every push — that's inherent to how APNs works, not specific to Flotilla.

Self-hosting & continuity

Both halves of this feature — flotilla-agent (the Unraid plugin and the Proxmox beacon) and flotilla-relay (the relay itself) — are MIT-licensed and will be published as open source on GitHub at launch. The relay URL isn't hardcoded: it's a config value in the Unraid plugin's settings page, in the beacon's config file, and in the iOS app itself, so you can point any of them at a different relay.

Honesty note on where the bits come from: the Proxmox beacon's install script and its binary releases are fetched directly from the flotilla-agent GitHub repo (raw.githubusercontent.com and GitHub Releases), not proxied through the relay. The relay only ever handles the pairing/push traffic described above.

To be honest about what that actually buys you: repointing the URL alone doesn't get you a fully independent setup. Delivering to Apple requires the relay to hold its own Apple Push Notification service credentials and its own App Store transaction verification, both tied to a specific app bundle ID — credentials that can't be shared between deployments. So a self-hosted relay only delivers push for a build of the app registered under its own operator's Apple Developer account, not for the official App Store build of Flotilla. If the official relay ever goes away, the realistic continuity path is a community fork: someone stands up their own relay and publishes their own signed build of the app, and anyone who wants to keep using Push moves to that fork — not a simple settings change. Every other part of Flotilla (your direct connections to Unraid and Proxmox VE) needs none of this and keeps working regardless of what happens to Push.

Reset / revoke

"Reset pairing" (the Unraid plugin's settings page) and re-running Proxmox push setup for an already-paired server (Flotilla → Settings → Notifications) both revoke the old pairing at the relay — every key it holds (device tokens, heartbeat state, everything) — before the new one takes over, rather than leaving it to linger there unused. This revoke is best-effort: it never blocks the reset/re-pair itself, which always completes locally regardless, so if the relay happens to be unreachable at that exact moment, the old pairing may persist there rather than being cleanly wiped. Unpairing a single device (swiping it away in that same screen) is narrower and unaffected by this: it only removes that one device's Push token from the relay, the same best-effort way.

Caps

Per pairing, to keep a misbehaving script or a flapping server from turning into a notification storm:

Contact

livinmathew99@gmail.com