Giochiamo con i feed RSS

boyska 459e9369b0 [TT] UI improved 5 years ago
doc 4ba98b97f8 [P] fix module deps 5 years ago
docker e9f7c44ec0 draft of a panel 5 years ago
panel @ 3471ce25e1 8c827ccc0b panel. code reload 5 years ago
rss-bridge @ 3821ca9737 952e0270cd [BR] patches to fix facebook guid 5 years ago
tt-rss @ f06b59ccd9 459e9369b0 [TT] UI improved 5 years ago
.agignore e9f7c44ec0 draft of a panel 5 years ago
.gitignore 96c225da50 first doit implementation 5 years ago
.gitmodules 3d257e7581 add panel submodule 5 years ago
INSTALL.Debian.md 07ff5594fe some more install info 5 years ago
README.md 85f5081147 doc: howto submodules + new login system 5 years ago
docker-compose.yml 8c827ccc0b panel. code reload 5 years ago
dodo.py 15444cab1a fix DB permissions to apache user 5 years ago
dodo_utils.py 4f840d4c21 FIX dbprepare: wait_net_service exceptions 5 years ago
requirements.txt bcb88c9e22 requirements.txt for doit 5 years ago

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:

grep -wq feedati-fe /etc/hosts || echo 127.0.0.1 feedati-fe | sudo tee -a /etc/hosts

Run

Running doit3 is enough. It will build images, configure them, then run everything.

Use

Point your browser to http://feedati-fe/login/ (NO, http://localhost/ won't work).

Demo account is admin / password

Update

This repository makes heavy use of submodules, so after git pull, it is required to run git submodule update --init.

The typical "testing" command is therefore:

git pull && git submodule update --init && doit3