Commit graph

13 commits

Author SHA1 Message Date
0d31591e52 Merge branch 'master' of https://git.lattuga.net/boyska/Feedati 2018-08-20 09:37:02 +02:00
2dfb698e80 [TT] icons are saved in /var/lib/ 2018-08-19 14:57:31 +02:00
d14a4d442f [TT] stop using OpenRC
it was becoming too complex; now we are running multiple containers
from the same image. Coordination between those processes is not needed
(db is where it happens), so it should work.

waiting psql to be alive is a duty moved to a wrapper script "wait-db"
2018-08-19 02:19:28 +02:00
bb09132fbd
FUCKING git-rebase -i 2018-08-17 18:16:20 +02:00
628492c481 [d] Fix messy Dockerfile-tt-rss 2018-08-17 18:09:41 +02:00
0f429ac5d6 [TT] dockerfile reorganized; apk upgrade 2018-08-17 15:56:50 +02:00
1b2cc679e3 FIX apache logging 2018-08-17 15:44:48 +02:00
4b2d2fddce syslog added
a syslog image will log everything it receives on stdout; so every
service that has a hard time logging can just send everything to it.

apache/ttrss configured to do it.
2018-08-16 11:37:09 +02:00
212791c70a tt-rss updates feeds (introducing OpenRC)
this is a big change: OpenRC introduced to tt-rss container.
However, this also means that environment variables set in
docker-compose.yml are not passed to apache.
2018-08-10 02:51:22 +02:00
efbcbc8204 tt-rss moved to /tt-rss/
also, state dirs are moved to /var/cache/ and /var/lock/, thus avoiding
their unneeded "copy" to host.
ICONS_DIR is still pointing to documentroot, so this is not yet
complete.
2018-08-09 23:51:31 +02:00
58de37f809 tt-rss running on alpine
same base image as rss-bridge, so that the whole environment is more
coherent
2018-08-09 16:52:03 +02:00
a21049b1d5 Fixing the broken shit 2018-08-01 18:27:59 +02:00
638f839f3c docker-compose quasi-working 2018-07-31 16:36:00 +02:00