- install nginx with
sudo apt-get install nginx
- verify installtion by visiting http://127.0.0.1
- Create folder link to the default nginx data dir
sudo ln -s ~/folder /usr/share/nginx/html/
- get the script with
wget https://raw.githubusercontent.com/serialdoom/home/master/bin/rss-gen.py
- Run the script once to create the list
rss-gen.py -d . -o list.xml
- verify that
list.xml
is generated - open the feed http://192.168.0.42/folder/list.xml to your favourite rss feeder and subscribe
- create an optional cronttab entry by pasting this line to your
crontab -e
* * * * * /path/to/rss-gen.py