Skip to content

heussd/fivefilters-full-text-rss-docker

 
 

Repository files navigation

Docker Image for fivefilters Full-Text RSS service

Build, test and push Docker images Last build date 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.

The Docker image includes site-specific article extraction rules and is rebuilt weekly with the latest rules. For best results, pull the updated image regularly.

User Guide

services:
  fullfeedrss:
    image: "heussd/fivefilters-full-text-rss:latest"
    mem_limit: 2G
    restart: always
    environment:
      # Leave empty to disable admin section
      - FTR_ADMIN_PASSWORD=
    volumes:
      - "rss-cache:/var/www/html/cache/rss"
      - "./custom:/var/www/html/site_config/custom"
    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]
  • See calls.http for example calls

About

Retrieves the full-text of individual Web pages or entire RSS feeds - Unofficial Docker image for fivefilters' Full-Text RSS service

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 93.4%
  • Dockerfile 5.3%
  • HCL 1.3%