Giochiamo con i feed RSS

Blallo aba7cc499f [TT] Updated revision 5 år sedan
doc 65f39a4595 more doc on how to setup 5 år sedan
docker 0d31591e52 Merge branch 'master' of https://git.lattuga.net/boyska/Feedati 5 år sedan
rss-bridge @ c1494adace 675a5874b8 [BR] cleaner configuration 5 år sedan
tt-rss @ d6ab5df482 aba7cc499f [TT] Updated revision 5 år sedan
.gitignore 96c225da50 first doit implementation 5 år sedan
.gitmodules cf273adc19 Fix dirtiness of tt-rss 5 år sedan
INSTALL.Debian.md 07ff5594fe some more install info 5 år sedan
README.md 65f39a4595 more doc on how to setup 5 år sedan
docker-compose.yml d8932f3d82 hide useless ports 5 år sedan
dodo.py 5b2b64c659 [d] doit complains of missing 'actions' 5 år sedan
dodo_utils.py a146cf06af doit support for newer versions 5 år sedan
requirements.txt bcb88c9e22 requirements.txt for doit 5 år sedan

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.