2
0

Giochiamo con i feed RSS

boyska 952e0270cd [BR] patches to fix facebook guid vor 5 Jahren
doc 65f39a4595 more doc on how to setup vor 5 Jahren
docker 0e42a12610 [d] Properly redirecting in apache conf vor 5 Jahren
rss-bridge @ 3821ca9737 952e0270cd [BR] patches to fix facebook guid vor 5 Jahren
tt-rss @ d6ab5df482 aba7cc499f [TT] Updated revision vor 5 Jahren
.gitignore 96c225da50 first doit implementation vor 5 Jahren
.gitmodules cf273adc19 Fix dirtiness of tt-rss vor 5 Jahren
INSTALL.Debian.md 07ff5594fe some more install info vor 5 Jahren
README.md 65f39a4595 more doc on how to setup vor 5 Jahren
docker-compose.yml 1edfe60db3 [D] FIX dbprepare: port 5432 was useful! vor 5 Jahren
dodo.py 40b853d71a [d] Fix bug on restart vor 5 Jahren
dodo_utils.py 4f840d4c21 FIX dbprepare: wait_net_service exceptions vor 5 Jahren
requirements.txt bcb88c9e22 requirements.txt for doit vor 5 Jahren

README.md

FEEDATI

La nuova frontiera dello smanettamento con gli RSS

Install

Serve installare le seguenti cosucce:

  • docker
  • docker-compose
  • go get 'github.com/betalo-sweden/await' (serve Go >= 1.8)
  • doit (pip3 install doit==0.31 or apt-get install python3-doit)

Some more setup

You need to resolve localhost as feedati-fe. Run:

echo 127.0.0.1   feedati-fe | sudo tee -a /etc/hosts

Run

Running doit is enough. It will build images, configure them, then run everything.

Use

Point your browser to http://feedati-fe/tt-rss/.

NO, http://localhost/ won't work.