Skip to content
Snippets Groups Projects
Select Git revision
  • 15a1444f6c89a37e42fd0361eb466d768eda1a7c
  • master default protected
2 results

rss2gotify

Jonas Leder's avatar
Jonas Leder authored
Update golang Docker tag to v1.23.5

See merge request !36
15a1444f
History

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. )