initial implementation of reverse proxy, using django-revproxy from within a middleware

add new config entry "primary_domain" which is used to set the cookie domain
This commit is contained in:
Jens Langhammer
2019-03-20 22:42:47 +01:00
parent 9e46c8bfec
commit c23ceacd0b
19 changed files with 403 additions and 3 deletions

View File

@ -14,6 +14,8 @@ rabbitmq: guest:guest@localhost/passbook
# Error reporting, sends stacktrace to sentry.services.beryju.org
error_report_enabled: true
primary_domain: passbook.local
passbook:
sign_up:
# Enables signup, created users are stored in internal Database and created in LDAP if ldap.create_users is true