WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

HenryPenton/ntfy-to-rss

Repository files navigation

NTFY to RSS

This module allows you to listen for messages from NTFY with a webhook, then display the latest of each message in an RSS feed.

The messages must have both a title and a message. Stored messages are keyed by their title meaning that if a new message comes in with the same title then it will overwrite a previously existing one. This was to allow me to store my latest disk usage and core temperatures without duplicates from previous days.

You will require two environment variables to get this project working:

NTFY_TOPIC=<NTFY_TOPIC>
SITE_URL=<SITE_URL>

The site URL is the base of the site where you will host your feed.

The docker image henrypenton/ntfyrss:stable contains the built code. If you provide the following volume:

volumes:
- ./messages:/app/messages

Then messages will be persisted.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published