Commit graph

36 commits

Author SHA1 Message Date
b23df82c75 apache authenticates on DB 2018-09-30 00:56:35 +02:00
5cab65d85f (bad) test for panelcli integration 2018-09-30 00:56:35 +02:00
3d257e7581 add panel submodule 2018-09-30 00:55:44 +02:00
c75aede91b postgresql with multiple users 2018-09-25 23:29:22 +02:00
0e42a12610 [d] Properly redirecting in apache conf 2018-09-19 22:41:27 +02:00
ab4d837936 [TT] ttrss check proxy IP 2018-09-17 12:03:33 +02:00
5f19d3b839 no debug 2018-09-05 17:08:02 +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
bf7a75c72f A draft for centralized authentication
using standard Apache modules.
2018-09-04 23:28:07 +02:00
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
e9805d28bb frontend based on apache
reasons:
1. nginx resolve names at startup. This requires strong dependency
   between containers. Strong dependency is bad.
2. apache is used elsewhere, so less knowledge needed to develop the
   whole stack
2018-08-19 01:51:51 +02:00
bb09132fbd
FUCKING git-rebase -i 2018-08-17 18:16:20 +02:00
5bebaafd63 [d] Change webserver in feedati_frontend 2018-08-17 18:11:09 +02:00
5b021cbf84 nginx small fix
previous configuration was resulting in double slash, like
GET //index.php; thanks, logging!
2018-08-17 18:11:09 +02:00
906be5506f [BR] rss-bridge configuration polished 2018-08-17 18:10:56 +02:00
628492c481 [d] Fix messy Dockerfile-tt-rss 2018-08-17 18:09:41 +02:00
a48c395975 nginx small fix
previous configuration was resulting in double slash, like
GET //index.php; thanks, logging!
2018-08-17 17:48:42 +02:00
c8811d77c0 [BR] rss-bridge configuration polished 2018-08-17 17:46:49 +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
0c6feb350a ttrss: start ntpd first 2018-08-16 11:36:18 +02:00
896c6a49d8 rss-bridge configurabile live 2018-08-16 11:34:55 +02:00
4903435659 docker ttrss: openrc properly kills apache 2018-08-10 10:12:06 +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
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
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
220508309e Merge da quell'antipatico di boyska che mi cambia tutte le porte 2018-08-01 15:58:46 +02:00
d4cefd9911 Adding database init dump 2018-08-01 13:02:44 +02:00
48d3b68935 better names for config files 2018-08-01 00:06:09 +02:00
f9a5a92dfd Fix front webserver 2018-07-31 17:09:22 +02:00
638f839f3c docker-compose quasi-working 2018-07-31 16:36:00 +02:00