FreshRSS is a free, self-hostable aggregator for RSS feeds. You can easily read your RSS feeds on your mobile without requiring any third-party application. With FreshRSS you can manage +100k articles without speed performance complaining. Your data is yours! Host your aggregator on your Synology NAS and do not depend on anyone. In this step by step guide I will show you how to install FreshRSS on your Synology NAS using Portainer.
STEP 1
Please Support My Work by Making a Donation.
STEP 2
Install Docker via Synology “Package Center”.
STEP 3
Install Portainer using my step by step guide. If you already have Portainer installed on your Synology NAS, skip this STEP.
STEP 4
Go to File Station and open the docker folder. Inside the docker folder, create one new folder and name it freshrss. Follow the instructions in the image below.
Note: Be careful enter only lowercase, not uppercase letters.
STEP 5
Inside the freshrss folder create a new folder and name it config. Follow the instructions in the image below.
Note: Be careful enter only lowercase, not uppercase letters.
STEP 6
Log into Portainer using your username and password. On the Portainer left sidebar click on Stacks. After you click on Stacks, a new screen will open. Click + Add Stack. In the Name field type in freshrss. Follow the instructions in the image below.
version: "2.1" services: freshrss: image: linuxserver/freshrss container_name: freshrss environment: - PUID=1026 - PGID=100 - TZ=Europe/Bucharest volumes: - /volume1/docker/freshrss/config:/config ports: - 9009:80 restart: always
After you paste the code in the Web editor, change the value for TZ (Select your current Time Zone from this list).
After you paste the code in the Web editor, change the value numbers for PUID and PGID with your own values. (Follow my step by step guide on how to do this.)
Note: If you have your docker folder in a different volume, then change /volume1/docker/freshrss/config according to your settings. For example: /volume2/docker/freshrss/config or /volume3/docker/freshrss/config etc.
STEP 7
Scroll down on the page until you see a button named Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.
STEP 8
If everything goes right, you will see this message at the top right of your screen: “Stack successfully deployed“.
STEP 9
Go back to STEP 1 or you will deal with karma 🙂.
STEP 10
Now open your browser and type in http://Synology-ip-address:9009/ Select your Language then click Go to the next step. Follow the instructions in the image below.
STEP 11
After you click Go to the next step a new screen will open. Wait for Checks. Now click on Database Configuration. Follow the instructions in the image below.
STEP 12
Select SQLite as database. Click Submit. Follow the instructions in the image below.
STEP 13
Choose your own username and password for the database. Click Submit. Follow the instructions in the image below.
STEP 14
Click Complete installation. Follow the instructions in the image below.
STEP 15
Log in with username and password you have previously created on STEP 13. Follow the instructions in the image below.
STEP 16
Enjoy your FreshRSS!
Note: Find out how to update FreshRSS container with the latest image.
Note: Can I run Docker on my Synology NAS? See the supported models.
This post was updated on Monday / February 1st, 2021 at 10:36 PM