What's Changed
- NOTE: Breaking changes in release 2024-10-21-r1, please read the last changelog here: https://github.com/ZoeyVid/NPMplus/releases/tag/2024-10-21-r1
- fix #1185 (comment) (workarround mentioned in thread not needed anymore)
- dep updates
- add multi language support through @lateautumn233, if you want to add a language, see this commit as an example: a026b42
- add lang de
- upstream merges (leaseweb dns support and revert proxy_pass in a location block to use static values instead of static vars)
- improve goaccess start and behaiviuor while rotating logs
- include goaccess and fcgi package in the image (like logrotate), so they don't need to be downloaded each container recreation (so only php-fpm/php packages need to be downloaded if needed)
- fix GeoLite2-City being ignored by goaccess
- fix goaccess ip binding after container restart
- remove unsed acme.sh script (will be added back if NPMplus maybe switches to it)
How to update
- Read the changes above
- Pull the zoeyvid/npmplus:latest image
- apply possible changes that maybe effect you from above to your compose.yaml/NPMplus
- redeploy the compose stack
- report any issues you find
Full Changelog: 2024-10-24-r1...2024-11-02-r1