Core should set hyperkitty url by default to the mailman-web container.
This commit is contained in:
@@ -60,6 +60,10 @@ if [[ ! -v SMTP_PORT ]]; then
|
||||
export SMTP_PORT=25
|
||||
fi
|
||||
|
||||
if [[ ! -v HYPERKITTY_URL ]]; then
|
||||
export HYPERKITTY_URL=http://mailman-web:8000/
|
||||
fi
|
||||
|
||||
if [[ ! -d /config/ ]]; then
|
||||
mkdir /config/
|
||||
fi
|
||||
|
||||
@@ -91,8 +91,7 @@ INSTALLED_APPS = (
|
||||
'allauth.socialaccount.providers.github',
|
||||
'allauth.socialaccount.providers.gitlab',
|
||||
'allauth.socialaccount.providers.google',
|
||||
#'allauth.socialaccount.providers.facebook',
|
||||
#'allauth.socialaccount.providers.twitter',
|
||||
'allauth.socialaccount.providers.facebook',
|
||||
#'allauth.socialaccount.providers.stackexchange',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user