Giochiamo con i feed RSS

boyska 65f39a4595 more doc on how to setup 5 years ago
doc 65f39a4595 more doc on how to setup 5 years ago
docker 2dfb698e80 [TT] icons are saved in /var/lib/ 5 years ago
rss-bridge @ 3bd64b905f a1e5d0da8c [BR] upstream: action=list will be useful! 5 years ago
tt-rss @ c925f4e3fd 95db168fb9 Update external remotes 5 years ago
.gitignore 96c225da50 first doit implementation 5 years ago
.gitmodules 07281456ba Fix submodules' remotes 5 years ago
INSTALL.Debian.md 07ff5594fe some more install info 5 years ago
README.md 65f39a4595 more doc on how to setup 5 years ago
docker-compose.yml 2dfb698e80 [TT] icons are saved in /var/lib/ 5 years ago
dodo.py 2dfb698e80 [TT] icons are saved in /var/lib/ 5 years ago
dodo_utils.py a146cf06af doit support for newer versions 5 years ago

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.