feedpushr

Manage feed subscriptions via a Web UI and API. Apply custom filters and use conditional logic to push new articles to various outputs like HTTP, email, and more.

feedpushr is a self-hosted feed aggregator service designed for complete control over your content streams. It runs as a single executable with an embedded database, making deployment straightforward via binaries, scripts, or Docker. You can easily manage your feed subscriptions through a full-featured Web UI, a complete REST API, or a command-line interface, including support for OPML import and export.

The true power of this tool lies in its customizable pipeline. You can process incoming articles and route them exactly where you need them. Key capabilities include:

  • Pluggable Filter System: Modify articles before they are sent. Built-in filters can prefix titles, fetch full article content from the source URL, or even minify HTML.
  • Versatile Outputs: Push new articles to a variety of destinations, including standard output (stdout), HTTP endpoints, email, and more through a pluggable system.
  • Conditional Logic: Use a powerful expression language to create rules for when a specific filter or output should be activated, allowing for complex routing based on tags, titles, or other article attributes.
  • Easy Management: Interact with the service using the included Web UI, CLI, or its well-documented REST API.
  • Secure Access: Restrict access to the interface and API using HTTP basic authentication or OpenID Connect.

Directory Structure

feedpushr
data
.env
docker-compose.yml

docker-compose.yml

services:
  feedpushr:
    image: ncarlier/feedpushr:latest
    container_name: feedpushr
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./data:/var/lib/feedpushr

.env

# Feedpushr does not require any sensitive environment variables for a basic setup.
# If you place this behind a reverse proxy, configure authentication there.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to feedpushr

Favicon

 

  
  
Favicon

 

  
  
Favicon