Giochiamo con i feed RSS
doc | ||
docker | ||
panel@6605001ad9 | ||
rss-bridge@3821ca9737 | ||
tt-rss@d6ab5df482 | ||
.gitignore | ||
.gitmodules | ||
docker-compose.yml | ||
dodo.py | ||
dodo_utils.py | ||
INSTALL.Debian.md | ||
README.md | ||
requirements.txt |
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
orapt-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.