Selfoss : An elegant RSS reader
From Deimos.fr / Bloc Notes Informatique
Contents
Software version | 2.7 |
---|---|
Operating System | Debian 7 |
Website | Selfoss Website |
Last Update | 14/06/2013 |
Others | Nginx |
1 Introduction
Selfoss[1] is a self-hosted RSS reader solution. It could be compared to Tiny Tinys RSS or Feedly.
2 Installation
First, you need to download the zip file and uncompress it to the good directory :
wget |
mkdir /usr/share/nginx/www/selfoss cd /usr/share/nginx/www/selfoss wget http://selfoss.aditu.de/selfoss-2.7.zip unzip selfoss-2.7.zip chown -Rf www-data. . rm -f selfoss-2.7.zip |
3 Configuration
3.1 Database server
We're going to setup the MariaDB part :
Replace login and password with your needs.
3.2 Web server
We need to configure the web server :
Then create the symlink :
ln -s /etc/nginx/sites-available/feed.deimos.fr /etc/nginx/sites-enabled/ |
Then add it to the www-data crontab :
curl |
curl -L -s -k "https://rss2.deimos.fr/update" |
Copy and past the default configuration :
cp defaults.ini config.ini |
Then modify the fields corresponding to your new database setup and remove unneeded lines, like in this example :
You can generate a password in adding "/password" at the end of the url (ex. http://feed.deimos.fr/password)
Then connect to the interface to finish the setup :-)