I’ve recently switched to FreshRSS as my main RSS reader. Here are a few notes for me, really, about simple installation on an Apache/PHP system, and a few tweaks. I’ll probably come back to this later and update it a little more. Installing FreshRSS on Amazon Linux AL2023 I’m using a Lightsail box running Amazon Linux 2023. Assuming you have a working PHP/Apache setup, here’s how to do it quickly and without any hassle… sudo dnf install git php-zip cd /usr/share/ sudo git clone htt...