Giochiamo con i feed RSS
Find a file
2018-09-04 23:28:07 +02:00
doc more doc on how to setup 2018-08-20 00:22:21 +02:00
docker A draft for centralized authentication 2018-09-04 23:28:07 +02:00
rss-bridge@c1494adace [BR] cleaner configuration 2018-08-22 20:29:07 +02:00
tt-rss@c925f4e3fd Update external remotes 2018-08-01 18:40:46 +02:00
.gitignore first doit implementation 2018-08-09 10:34:34 +02:00
.gitmodules Fix dirtiness of tt-rss 2018-08-17 16:41:08 +02:00
docker-compose.yml A draft for centralized authentication 2018-09-04 23:28:07 +02:00
dodo.py [d] doit complains of missing 'actions' 2018-08-20 09:42:34 +02:00
dodo_utils.py doit support for newer versions 2018-08-17 16:27:29 +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.