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-10-16 13:17:05 +02:00
doc [P] fix module deps 2018-10-02 09:09:01 +02:00
docker make ttrss forward logout to the central auth 2018-10-16 13:17:05 +02:00
panel@de1dc86be1 [P] fixes 2018-10-02 11:55:55 +02:00
rss-bridge@3821ca9737 [BR] patches to fix facebook guid 2018-09-21 16:42:50 +02:00
tt-rss@6b0ef3d211 make ttrss forward logout to the central auth 2018-10-16 13:17:05 +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 doc: howto submodules + new login system 2018-10-02 09:58:19 +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:

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