Self-hosted Full-Text RSS using heussd/fivefilters-full-text-rss:latest.
Turns paywall/truncated RSS feeds (or single articles) into clean full-text feeds — perfect for FreshRSS!
- No usage limits
- Works with almost any site
- Lightweight, no database
- Connected to your
rcomputingnetwork for NPM proxying
git clone https://github.com/robertkokenyesi/fulltextrss-docker.git
cd fulltextrss-docker
docker compose up -d
Access:
Local: http://localhost:82
Proxied: https://fulltextrss.rcomputing.co.uk (after NPM setup)
Test It
Visit the URL → paste any partial RSS feed → get a new full-text feed URL to add to FreshRSS.
Nginx Proxy Manager Setup
Add Proxy Host:
Domain: fulltextrss.rcomputing.co.uk
Forward to: full-text-rss port 80
Enable SSL (Let's Encrypt)
Update / Maintenance
Bashdocker compose pull && docker compose up -d