Feedpushr
Self-HostedOpen-source RSS/Atom feed aggregator with push notifications
Overview
Feedpushr is an open-source, self-hosted RSS/Atom feed aggregator that collects, filters, transforms, and distributes content to your preferred destinations. It supports pushing updates to Slack, Telegram, email, and custom webhooks, with flexible deployment via Docker, pre-built binaries, or source code. Lightweight and customizable, it prioritizes privacy by keeping your feed data under your control, making it ideal for users who want to avoid third-party SaaS feed services.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
feedpushr:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: feedpushr
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- RSS/Atom feed aggregation
- Content filtering & transformation
- Multi-destination push notifications (Slack, Telegram, webhooks)
Frequently Asked Questions
? Is Feedpushr hard to install?
Feedpushr is easy to install with Docker—you can launch it using a single command. It also offers pre-built binaries for major OSes or source code compilation. Basic server skills (like running Docker containers) are helpful but not mandatory for most users.
? Is Feedpushr a good alternative to Feedly?
Yes, if you value privacy and self-hosting. Unlike Feedly, it keeps your feed data local, but it lacks Feedly’s polished UI and AI-driven recommendations. It’s best for users who want control over their data and need push notifications to their favorite apps.
? Is Feedpushr completely free?
Absolutely! Feedpushr is licensed under the MIT License, so it’s free to use, modify, and distribute without any hidden costs or subscriptions.
Top Alternatives
People Also Ask about Feedpushr
Tool Info
Pros
- ⊕ Privacy-focused (data stays on your server)
- ⊕ No subscription fees
- ⊕ Flexible deployment options
Cons
- ⊖ Requires basic server setup knowledge
- ⊖ Limited graphical UI compared to SaaS alternatives