Commit graph

3 commits

Author SHA1 Message Date
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