Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.38 KB

File metadata and controls

38 lines (28 loc) · 1.38 KB

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

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]