Archived
2
0
Fork 0
forked from blallo/Feedati
Giochiamo con i feed RSS
This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-09-21 16:42:50 +02:00
doc more doc on how to setup 2018-08-20 00:22:21 +02:00
docker [d] Properly redirecting in apache conf 2018-09-19 22:41:27 +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 Fix dirtiness of tt-rss 2018-08-17 16:41:08 +02:00
docker-compose.yml [D] FIX dbprepare: port 5432 was useful! 2018-09-18 20:50:37 +02:00
dodo.py [d] Fix bug on restart 2018-09-21 16:39:20 +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.