I finally deployed a #FreshRSS container in my self-hosted setup today. Been meaning to do it for ages as a way of tracking app updates in said self-hosted setup.

I've started using the Read You app on Android. It's FOSS and integrates with FreshRSS so it made sense to try that, but wondering if there is any other apps out there I should try?

Also, what interesting RSS feeds are you subscribed to?

#SelfHosting #RSS

Ah, my FreshRSS instance isn't updating its feeds automatically. Something to figure out tomorrow!

#SelfHosting #FreshRSS

@jamie
I think there's a cron job that fires a php script if memory serves, maybe that's a head start for tomorrow 😉👍
@Maybelline Thanks for the heads up!

@Maybelline Yep, that was it!

I just had to add the CRON_MIN env var to my docker compose file. I set it to "15,45" so it refreshes every hour at HH:15 and HH:45.