A simple question to this community, what are you self-hosting? It’s probably fun to hear from each-other what services we are running.
Please mention at least the service (e.g. e-mail) and the software (e.g. postfix). Extra bonus points for also mentioning the OS and/or hardware (e.g. Linux Distribution, raspberry pi, etc) you are running on.
I’m a but confused on FreshRSS but I think I’m not understanding a point. Isn’t the concept of RSS that you basically get the information on different web pages with RSS Flux into one place that you can read like you would read journals?
Yes, it’s a reader. I’m a bit confused by your confusion ;) What part do you not understand?
Well each site RSS is just an XML file, you need a reader to present it in a nice readable format. Apart from that, I have a couple hundred RSS I follow on my Miniflux instance to visit each site individualy would take for ever and I would have to memorize were I last was on each site. Hope this helps
Ah so, the RSS is received on the Server and the reader is on there, you just access your server to then read the nice readable format?
You add the RSS feed to your reader (that can be a webapp like FreshRSS, but also a mobile or desktop app), from now on your app/server will periodically check the added url for updates, and if there’s news, add it to your list.
Here’s an image of how my devstuff folder looks:
I see, thanks!