27.06.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
07.03.24: - Enable the opcache and disable file revalidation.
06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
23.12.23: - Rebase to Alpine 3.19 with php 8.3.
25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
13.04.23: - Move ssl.conf include to default.conf.
20.01.23: - Rebase to alpine 3.17 with php8.1.
14.11.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
04.11.22: - Build commits to upstream branch 2.x for the development tag.
13.03.21: - Make searchproviders.yaml user configurable.
10.02.21: - Revert to alpine 3.12 as php 7.4 broke laravel.
10.02.21: - Rebasing to alpine 3.13.
17.08.20: - Add php7-curl.
01.06.20: - Rebasing to alpine 3.12.
17.01.20: - Use nginx from baseimage.
19.12.19: - Rebasing to alpine 3.11.
16.07.19: - Save laravel.log to /config/log/heimdall.
28.06.19: - Rebasing to alpine 3.10.
01.04.19: - Fix permission detect logic.
26.03.19: - Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown.
23.03.19: - Switching to new Base images, shift to arm32v7 tag.
15.03.19: - Clarify docker image tags in readme.
22.02.19: - Rebasing to alpine 3.9.
16.01.18: - Generate random app key in .env for new installs.
20.11.18: - Upgrade baseimage packages during build.
04.11.18: - Add php7-zip.
31.10.18: - Add queue service.
17.10.18: - Symlink avatars folder.
16.10.18: - Updated fastcgi_params for user login support.
07.10.18: - Symlink .env rather than copy. It now resides under /config/www
30.09.18: - Multi-arch image. Move .env to /config.
05.09.18: - Rebase to alpine linux 3.8.
06.03.18: - Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place