Skip to content
Snippets Groups Projects
Jonas Leder's avatar
Jonas Leder authored
Update golang Docker tag to v1.24.3

See merge request !43
8732c2e5
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. )