Giochiamo con i feed RSS

baz 4ba98b97f8 [P] fix module deps пре 5 година
doc 4ba98b97f8 [P] fix module deps пре 5 година
docker f724dddb02 frontend goes to /panel/, which "understand" users пре 5 година
panel @ cbdf48ec66 4ba98b97f8 [P] fix module deps пре 5 година
rss-bridge @ 3821ca9737 952e0270cd [BR] patches to fix facebook guid пре 5 година
tt-rss @ d6ab5df482 aba7cc499f [TT] Updated revision пре 5 година
.gitignore 96c225da50 first doit implementation пре 5 година
.gitmodules 3d257e7581 add panel submodule пре 5 година
INSTALL.Debian.md 07ff5594fe some more install info пре 5 година
README.md 65f39a4595 more doc on how to setup пре 5 година
docker-compose.yml b23df82c75 apache authenticates on DB пре 5 година
dodo.py 15444cab1a fix DB permissions to apache user пре 5 година
dodo_utils.py 4f840d4c21 FIX dbprepare: wait_net_service exceptions пре 5 година
requirements.txt bcb88c9e22 requirements.txt for doit пре 5 година

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.