fivefilters-full-text-rss-docker icon indicating copy to clipboard operation
fivefilters-full-text-rss-docker copied to clipboard

Unofficial Docker image for the fivefilters Full-Text RSS service

Docker Image for fivefilters Full-Text RSS service

Docker build and push Number of Image Pulls Image size

This is a containerized version of fivefilters full-text-rss, which retrieves the full-text of individual articles or complete full-text RSS feeds.

Not affiliated with fivefilters.org. The Dockerfile is licensed under MIT conditions.

User Guide

  • Use the following docker-compose.yml
services:
  fullfeedrss:
    image: "heussd/fivefilters-full-text-rss:latest"
    environment:
      # Leave empty to disable admin section
      - FTR_ADMIN_PASSWORD=
    volumes:
      - "rss-cache:/var/www/html/cache/rss"
    ports:
      - "80:80"
volumes:
  rss-cache:

  • Interesting endpoints (see tab Request & Response):
    • Article extraction: http://localhost/extract.php?url=[url]
    • Feed conversion: http://localhost/makefulltextfeed.php?url=[url]