Service
Simplepush — a lightweight, encrypted push notification app, often cited as a free/open alternative to Pushover for simple event/alert delivery.
Why now
Regularly recommended in self-hosting circles as the free counterpart to Pushover (which this repo already supports) — a natural adjacent addition given providers/pushover already exists.
Apprise comparison
Apprise supports Simplepush (spush://) — a gap versus Apprise's coverage today.
Proposed scope
Mirror providers/pushover shape closely (this repo already has the closest analog):
providers/simplepush package
Config{ Key, Password (optional, for encrypted messages), Event (optional) }
New(cfg, wrapper) *Client, (*Client).Send(ctx, notify.Message) error via transport.Wrapper
Note
Per CLAUDE.md, this repo's near-term policy is to keep the provider list to what's ported from Charon and not add new integrations without an explicit go-ahead. This issue is tracking/backlog only — do not implement without maintainer sign-off.
Service
Simplepush — a lightweight, encrypted push notification app, often cited as a free/open alternative to Pushover for simple event/alert delivery.
Why now
Regularly recommended in self-hosting circles as the free counterpart to Pushover (which this repo already supports) — a natural adjacent addition given
providers/pushoveralready exists.Apprise comparison
Apprise supports Simplepush (
spush://) — a gap versus Apprise's coverage today.Proposed scope
Mirror
providers/pushovershape closely (this repo already has the closest analog):providers/simplepushpackageConfig{ Key, Password (optional, for encrypted messages), Event (optional) }New(cfg, wrapper) *Client,(*Client).Send(ctx, notify.Message) errorviatransport.WrapperNote
Per
CLAUDE.md, this repo's near-term policy is to keep the provider list to what's ported from Charon and not add new integrations without an explicit go-ahead. This issue is tracking/backlog only — do not implement without maintainer sign-off.