Skip to content
Snippets Groups Projects
Select Git revision
0 results

rss2gotify

  • Clone with SSH
  • Clone with HTTPS
  • Jonas Leder's avatar
    Jonas Leder authored
    Update jonasled.dev/infra/images/scratch-rootless Docker digest to 2622788
    
    See merge request !46
    40c9649c
    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. )