{"id":19742698,"url":"https://github.com/lapicidae/feed-actions","last_synced_at":"2026-02-25T07:32:25.662Z","repository":{"id":40477899,"uuid":"264010182","full_name":"lapicidae/feed-actions","owner":"lapicidae","description":"Trigger action (shell script) if Web-Feed (RSS or Atom) changes","archived":false,"fork":false,"pushed_at":"2026-02-06T01:05:44.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-06T11:08:57.312Z","etag":null,"topics":["docker-image"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lapicidae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-14T19:47:23.000Z","updated_at":"2026-02-06T01:05:42.000Z","dependencies_parsed_at":"2024-07-13T10:54:28.855Z","dependency_job_id":"a6782059-e123-408b-b850-fd7cb9ff3770","html_url":"https://github.com/lapicidae/feed-actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lapicidae/feed-actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapicidae%2Ffeed-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapicidae%2Ffeed-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapicidae%2Ffeed-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapicidae%2Ffeed-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lapicidae","download_url":"https://codeload.github.com/lapicidae/feed-actions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lapicidae%2Ffeed-actions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29813864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image"],"created_at":"2024-11-12T01:33:16.392Z","updated_at":"2026-02-25T07:32:25.635Z","avatar_url":"https://github.com/lapicidae.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![feed-actions](feed-actions-logo.svg)](https://github.com/lapicidae/feed-actions)\n\nTrigger action (shell script) if Web-Feed (RSS or Atom) changes.\n\n\n# [lapicidae/feed-actions](https://github.com/lapicidae/feed-actions)\n\n[![GitHub Repo stars](https://img.shields.io/github/stars/lapicidae/feed-actions?color=3c0e7b\u0026logo=github\u0026logoColor=fff\u0026style=for-the-badge)](https://github.com/lapicidae/feed-actions)\n[![Docker Pulls](https://img.shields.io/docker/pulls/lapicidae/feed-actions?color=3c0e7b\u0026label=pulls\u0026logo=docker\u0026logoColor=fff\u0026style=for-the-badge)](https://hub.docker.com/r/lapicidae/feed-actions)\n[![Docker Stars](https://img.shields.io/docker/stars/lapicidae/feed-actions?color=3c0e7b\u0026label=stars\u0026logo=docker\u0026logoColor=fff\u0026style=for-the-badge)](https://hub.docker.com/r/lapicidae/feed-actions)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lapicidae/feed-actions/docker.yml?logo=github\u0026logoColor=ffffff\u0026style=for-the-badge)](https://github.com/lapicidae/feed-actions/actions/workflows/docker.yml)\n\n\nThe Feed Actions Docker image is based on [Alpine Linux](https://alpinelinux.org/), [cron](https://en.wikipedia.org/wiki/Cron) and [rsstail](https://github.com/oldlaptop/rsstail).\n\n\n## Features\n\n* regular and timely application updates\n* [BusyBox](https://www.busybox.net/) provides a subset of over two hundred utilities\n* schedule via cronjob\n* simple configuration\n\n### *Note*\nThe image is automatically rebuilt when the [alpine (latest)](https://hub.docker.com/_/alpine) Official Docker Image receives an update.\n\n\n## Getting Started\n\n### Usage\nHere are some example snippets to help you get started creating a container.\n\n#### *docker-compose (recommended)*\n\nCompatible with docker-compose v2 schemas.\n```yaml\nversion: \"2.1\"\nservices:\n  feed-actions:\n    image: lapicidae/feed-actions\n    container_name: feed-actions\n    environment:\n      - TZ=Europe/London\n    volumes:\n      - /path/to/config:/config\n    restart: unless-stopped\n```\n\n#### *docker cli*\n\n```bash\ndocker run -d \\\n  --name=feed-actions \\\n  -e TZ=Europe/London \\\n  -v /path/to/config:/config \\\n  --restart unless-stopped \\\n  lapicidae/feed-actions\n```\n\n### Parameters\n\nContainer images are configured using parameters passed at runtime.\n\n| Parameter | Function |\n|-----|-----|\n| `-e TZ=Europe/London` | Specify a [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) to use (e.g. Europe/London) |\n\n\n## Configuration\nSimply edit the two files provided.\n\n### fa-cron:\n```bash\n2 3 * * * /bin/bash /usr/bin/feed-actions\n```\nChange the time at which the magic happens.  \ncrontab exampels -\u003e [crontab.guru](https://crontab.guru)  \nDo not change the `/bin/bash /usr/bin/feed-actions` part!\n\n### config.cfg:\n\n```dosini\n[test-project]\nURL='http://www.test.org/feed.atom'\nTRIGGER='curl -X POST https://hub.docker.com/api/build/v1/source/r2136542-9h8d-6rfd-5687-21fc6d2365tz/trigger/fe67d9a4-3d8b-5963-a5d8-25dc46cf5879/call/'\n```\n| Section | Function |\n|-----|-----|\n| `[name]` | Section name - **must be unique !!** |\n| `URL` | RSS or Atom Feed URL |\n| `TRIGGER` | Bash one-liner |\n\n\n## Note\nTake a look at [RSSHub](https://docs.rsshub.app/en/). 🍰 Everything is RSSible!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapicidae%2Ffeed-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flapicidae%2Ffeed-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flapicidae%2Ffeed-actions/lists"}