f724dddb02
frontend goes to /panel/, which "understand" users
2018-09-30 23:18:55 +02:00
b23df82c75
apache authenticates on DB
2018-09-30 00:56:35 +02:00
0e42a12610
[d] Properly redirecting in apache conf
2018-09-19 22:41:27 +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
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