From f0d4e8e1784a7d79d433de7b4560e6eef927a06f Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 10 Aug 2023 18:39:46 +0200 Subject: [PATCH] Update 2023-09-10-miniflux-and-rsshub.md --- _posts/2023-09-10-miniflux-and-rsshub.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/2023-09-10-miniflux-and-rsshub.md b/_posts/2023-09-10-miniflux-and-rsshub.md index a35204a..c1b1280 100644 --- a/_posts/2023-09-10-miniflux-and-rsshub.md +++ b/_posts/2023-09-10-miniflux-and-rsshub.md @@ -2,6 +2,8 @@ title: Selfhosting: Miniflux and RSSHub excerpt: | Some notes on selfhosting and RSS reader +image: +alt: --- Like many nerdy, computery types, I like to subscribe to blogs and other content through RSS. RSS is crazy simple, you host a url on a website with a list of posts with titles/URLs/content encoded in XML (I know I know but it only have like 5 tags and is only nested one level deep.) An RSS reader just checks a big list of those URLs every now and then and presents you the latest thing to show up. @@ -32,6 +34,8 @@ Ok so to fix this I came upon [RSSHub](https://docs.rsshub.app/en/) which is a k Anyway, for how here is a docker-compose.yml for both miniflux and RSSHub. What took me a while to figure out is that docker containers live in their own special network. So to subscribe to a selfhosted RSSHub feed you need to put something like "http://rsshub:1200/" where rsshub is the key to the image in the yaml file below. +EDIT: I got it to work using puppeteer! For now the code is in a [branch](https://github.com/TomHodson/RSSHub/tree/science_blogs) for which I'll do a proper PR soon. + ``` version: '3'