- Modernize Docker image and workflows
- Add support for unencrypted SMTP
- Migrate legacy nginx configuration
- Support for Password Complexity Checking
- Support tiredofit/nginx:6.0.0 and tiredofit/nginx-php-fpm:7.0.0 changes
- Update to support upstream image changes
- LDAP CA Support for AD Authentication
- Properly quote variables to allow for multi word strings (such as Mail From Name)
- Fixed custom background image not displaying correctly
- Update to support tiredofit/alpine 5.0.0 base image
- Additional work regarding `SITE_URL` parameter
- Cleaned up left over references to pre 5.x build relying on templates, notably fixing `SITE_URL` parameter
- Cleanup Docker Compose Example
- Fix to allow spaces in LDAP_BIND_DN, LDAP_BASE_SEARCH, and LDAP_FILTER environment variables
- Add ability to set SITE_URL environment variable if IS_BEHIND_PROXY=true
- Rewrote entire image
- Added multiple new environment variables
- Option to run solely off of environment variables without mapping data volumes
- Option to overwrite files inside image without having to expose source volume
- Ability to switch to manual configuration mode without requiring all environment variables
- Set Sane Defaults
- Cleanup
- Additional changes to support new tiredofit/alpine base image
- Update to support new tiredofit/alpine base image
- Allow for dynamic user/group for nginx
- Refactored Image to support new tiredofit/nginx-php-fpm image
- PHP 7.3
- Fix regression with
IS_BEHIND_PROXY
- Make version configurable upon Docker build
- Switch to downloading install upon image build for reliability issues
- Cleanup startup script
- Fix for missing variable for 2.8 release
- Add SMTP_AUTOTLS boolean environment variable
- Update Base to PHP 7.2
- Update to support new features in the local configuration
- Added SKIP_MAIL (true/false default false) to be used for webapps/activate-example-org to skip email
address confirmation allowing resets to come just by username.
- Sanity Check with s6 scripts
- Rebase nginx-php-fpm-7.0 with s6.d
- Initial Release
- Alpine:edge
- PHP7
- Based on Git Trunk