Ntfy service plugin — Push notifications #35

Open
opened 2026-05-28 18:51:53 +00:00 by jmiller · 1 comment
Owner

Send push notifications via ntfy.sh when articles are published.

Credentials:

{
  "server_url": "https://ntfy.sh",
  "topic": "my-site-updates",
  "token": "..."
}

Features:

  • ntfy.sh API (self-hosted or cloud)
  • Push to any subscribed device
  • Priority levels
  • Action buttons (link to article)
  • Icon from article image
  • Tags from category
Send push notifications via ntfy.sh when articles are published. **Credentials:** ```json { "server_url": "https://ntfy.sh", "topic": "my-site-updates", "token": "..." } ``` **Features:** - ntfy.sh API (self-hosted or cloud) - Push to any subscribed device - Priority levels - Action buttons (link to article) - Icon from article image - Tags from category
Author
Owner

Branch created: feature/35-ntfy-service-plugin-push-notifications

git fetch origin
git checkout feature/35-ntfy-service-plugin-push-notifications
Branch created: [`feature/35-ntfy-service-plugin-push-notifications`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/35-ntfy-service-plugin-push-notifications) ```bash git fetch origin git checkout feature/35-ntfy-service-plugin-push-notifications ```
Sign in to join this conversation.
Type Feature
Status
Priority Medium
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#35