I missed having a simple RSS/atom reader, having used rawdog many years ago. I didn’t quite find what I was looking for, so I built a trivial replacement with gofeed. All it does is grab N feeds and put them into a simple html page.

I also looked at miniflux (suggestion) but it needs a database, which felt like overkill. goread is another option.

As always, the hard part was setup around the code. I ended up setting up Caddy on nucnuc, and fighting systemd to serve from /home/psn. ProtectHome=no is not enough, because the caddy user can’t stat /home. I ended up using /srv/www/. I added an activationScript to grant the psn user access to /srv/www.

I haven’t yet found a working solution for cron yet.