Commit graph

8 commits

Author SHA1 Message Date
ab4d837936 [TT] ttrss check proxy IP 2018-09-17 12:03:33 +02:00
54bcd8dbb8 apache auth passed to tt-rss
it still uses htpasswd as authn backend; should move to postgresql
sooner or later
test auth, user=admin pass=password
2018-09-05 16:55:38 +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
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
ff59b1cf3e FIX editing of ttrss-config.php
vim would break it if you don't set bkc=yes
2018-08-09 17:55:27 +02:00
a21049b1d5 Fixing the broken shit 2018-08-01 18:27:59 +02:00
48d3b68935 better names for config files 2018-08-01 00:06:09 +02:00
Renamed from docker/config.php (Browse further)