At time of this post, FreshRSS is not packaged in pkgsrc. So we install it manually to test its features before starting a packaging process.
Installation
First we fetch the last release available at https://github.com/FreshRSS/FreshRSS/releases/latest/:
ftp -o FreshRSS-1.27.1.tar.gz https://github.com/FreshRSS/FreshRSS/archive/refs/tags/1.27.1.tar.gz
Then we create a directory where our HTTP server can serve the files and we extract them:
mkdir -p /srv/http/freshrss"
tar -x -f FreshRSS-1.27.1.tar.gz -C /srv/http/freshrss
PostgreSQL
We use PostgreSQL as DBMS. We need some packages to be installed: