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:
services:
feedpushr:
image: ncarlier/feedpushr:latest
container_name: feedpushr
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/var/lib/feedpushr
# Feedpushr does not require any sensitive environment variables for a basic setup.
# If you place this behind a reverse proxy, configure authentication there.
Auto-fetched about 12 hours ago
Auto-fetched about 12 hours ago