Giochiamo con i feed RSS
Find a file
2018-10-02 01:58:12 +02:00
doc Addedd doc for the db. 2018-09-22 16:40:56 +02:00
docker frontend goes to /panel/, which "understand" users 2018-09-30 23:18:55 +02:00
panel@6605001ad9 fix panel build 2018-10-02 01:58:12 +02:00
rss-bridge@3821ca9737 [BR] patches to fix facebook guid 2018-09-21 16:42:50 +02:00
tt-rss@d6ab5df482 [TT] ttrss check proxy IP 2018-09-17 12:03:33 +02:00
.gitignore first doit implementation 2018-08-09 10:34:34 +02:00
.gitmodules add panel submodule 2018-09-30 00:55:44 +02:00
docker-compose.yml apache authenticates on DB 2018-09-30 00:56:35 +02:00
dodo.py fix DB permissions to apache user 2018-09-30 11:46:55 +02:00
dodo_utils.py FIX dbprepare: wait_net_service exceptions 2018-09-18 12:33:20 +02:00
INSTALL.Debian.md some more install info 2018-08-09 14:01:16 +02:00
README.md more doc on how to setup 2018-08-20 00:22:21 +02:00
requirements.txt requirements.txt for doit 2018-08-17 18:10:02 +02:00

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.