Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • e98e29c20004d228dea3b1737e8870ef3003437a
  • master default protected
2 results

rss2gotify

Jonas Leder's avatar
Jonas Leder authored
Update public.ecr.aws/docker/library/golang Docker tag to v1.23.3

See merge request !30
e98e29c2
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. )