Notification Gateway
Notification Gateway is a app in the osFoundry community catalog. Send push notifications to your devices with a simple HTTP PUT/POST — topic-based pub/sub, no signup, native mobile apps, web UI, attachments, priority, scheduled delivery. Powered by ntfy.sh server. Ships as a thin wrapper around the upstream image. Companion to **Notification Server** (#? Gotify) — pick whichever pub/sub pattern fits.
Details
- Workspace: osfoundry
- Category: COMMUNICATION
- Pricing: Free
- Access: Community
Features
- Send push notifications to your devices with a simple HTTP PUT/POST — topic-based pub/sub
- No signup
- Native mobile apps
- Attachments
- Priority
- Scheduled delivery
Documentation
# Notification Gateway
Self-hosted ntfy.sh server.
## How it works
1. Run this app — you get a personal ntfy endpoint
2. Subscribers (mobile app, web, curl) subscribe to a **topic** at `https://your-ntfy/<topic>`
3. Publishers POST/PUT to the same URL with the message body
4. All subscribers get the notification instantly
## Features
- HTTP PUT/POST publish (no API key needed for public topics)
- Native mobile apps (Android + iOS)
- Web UI
- File attachments
- Click action, priority, tags, icon
- Scheduled delivery
- E2E encryption (mobile clients)
- Access control with user accounts (optional)
## Packaging
Thin wrapper around the official `binwiederhier/ntfy:latest` image. Cache + auth DB at `/var/cache/ntfy`.
How to use Notification Gateway in osFoundry
Install Notification Gateway into your workspace in one click, then fork it in osStudio to customise the prompts, tools, or configuration for your stack. Anyone in your workspace can pick up where you left off.
Other apps from the community
- CRM — Customer relationship management with contacts, deals, and pipeline tracking.
- Kanban Board — Drag-and-drop task board with swimlanes, labels, and team assignments.
- Helpdesk — Ticket triage and customer support inbox with SLA tracking.
- Page Builder — Block-based page editor with publishing to public URLs.
- Website Builder — Multi-page site builder with CMS, templates, and custom domains.
- Storefront — E-commerce storefront with product catalog, cart, and checkout.