Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001_settings_py.patch | Adjust settings.py for Debian mailman3-web * Disable debugging mode. * Disable all allauth socialaccount providers for privacy reasons. * Set postgresql as default database engine. * Enable 'USE_X_FORWARDED_HOST'. * Adjust 'STATIC_ROOT' and 'STATIC_URL' paths. * Adjust 'DEFAULT_FROM_EMAIL' and 'SERVER_EMAIL'. * Use smtp email backend per default to send mails. * Set 'ACCOUNT_DEFAULT_HTTP_PROTOCOL' to 'https'. * Change logging level for most logging channels to 'INFO'. * Set queue polling inteval vor django-q cluster to 5 seconds (defaults to 0.2 seconds) to decrease the database load. * Remove paintstore from INSTALLED_APPS, no longer used with hyperkitty 1.2.2. * Remove lessc from COMPRESS_COMPILERS, mailman3 django projects don't use/require less at all. * Uncomment COMPRESS_COMPILERS altogether. Hyperkitty in Debian compiles scss files at build time, so no sass compiler is needed at runtime. |
Jonas Meurer <jonas@freesources.org> | not-needed | 2021-01-23 |