Skip to content
Snippets Groups Projects
Select Git revision
  • 4a33e58bfc5fd9ea00e14c72e5e48e2c85b389a6
  • master default protected
2 results

rss2gotify

RSS2Gotify

RSS2Gotify is a service which bridges RSS feeds to Gotify. It's build to be executed as a cron job.

Parameters

ENV Variable Helm Value Description
GOTIFY_URL gotify.url The URL of the Gotify server.
GOTIFY_TOKEN gotify.token The token of the Gotify app.
GOTIFY_PRIORITY gotify.priority The priority of the messgage.
GOTIFY_TITLE gotify.title Optional title to overwrite the title of the feed.
FEED_URL rss.feedUrl The URL of the RSS feed.
UPDATE_INTERVAL rss.updateInterval The interval in minutes between updates. ( This has to be the same as configured in the cron. Default is 10 minutes. )