Some RSS feeds only provide summaries of the linked article. This container (built on php:fpm-alpine) fetches the selected feed, downloads the linked webpages, and stores them in a tmpfs cache to be served out to feed readers.
Bring it up with something like this:
docker create --restart=unless-stopped --name fullrss --network www --mount type=tmpfs,destination=/tmp -v fullrss-html:/var/www/html salfter/fullrss && docker start fullrss
Configure your webserver to send FastCGI requests to port 9000. Once that's done, prefix the URLs in your feed reader with https://<your_fullrss_instance>/fullrss.php?url=.
Content type
Image
Digest
sha256:9e0b56e5f…
Size
33.7 MB
Last updated
over 2 years ago
docker pull salfter/fullrss