Giochiamo con i feed RSS

boyska 4f840d4c21 FIX dbprepare: wait_net_service exceptions před 5 roky
doc 65f39a4595 more doc on how to setup před 5 roky
docker ab4d837936 [TT] ttrss check proxy IP před 5 roky
rss-bridge @ c1494adace 675a5874b8 [BR] cleaner configuration před 5 roky
tt-rss @ d6ab5df482 ab4d837936 [TT] ttrss check proxy IP před 5 roky
.gitignore 96c225da50 first doit implementation před 5 roky
.gitmodules cf273adc19 Fix dirtiness of tt-rss před 5 roky
INSTALL.Debian.md 07ff5594fe some more install info před 5 roky
README.md 65f39a4595 more doc on how to setup před 5 roky
docker-compose.yml 54bcd8dbb8 apache auth passed to tt-rss před 5 roky
dodo.py 46baadb8a1 FIX doit for docker/ subdirs před 5 roky
dodo_utils.py 4f840d4c21 FIX dbprepare: wait_net_service exceptions před 5 roky
requirements.txt bcb88c9e22 requirements.txt for doit před 5 roky

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.