Nextcloud 32.0.2 is included
What's Changed
Potentially breaking
- The docker API version that is used by the mastercontainer was upgraded to v1.44 to fix an incompatibility with docker v29. Make sure that your underlying docker installation supports this api version by upgrading the docker installation. If you are not able to upgrade your docker installation, you can adjust the internally used docker api version by so: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-adjust-the-internally-used-docker-api-version
- The included Nextcloud archive was upgraded from v31 to v32
- The libreoffice binary which was included in the Nextcloud container by default is now removed to reduce the image size by half. You can still add it by so: https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-add-os-packages-permanently-to-the-nextcloud-container
- The whiteboard container is now disabled by default
- The caddy community container was upgraded to v3. There is one breaking change if you are using that:
- The Talk port that was usually exposed on port 3478 is now set to port 443 udp and tcp and reachable via
your-nc-domain.com. For the changes to become activated, you need to go tohttps://your-nc-domain.com/settings/admin/talkand delete all turn and stun servers. Then restart the containers and the new config should become active.
- The Talk port that was usually exposed on port 3478 is now set to port 443 udp and tcp and reachable via
🏕 New features and other improvements
🐞 Fixed bugs
- Revert "ConnectContainerIdToNetwork: remove
CheckDuplicateas it is deprecated" by @szaimen in #7164
👒 Updated dependencies
- build(deps): bump php from 8.4.14-fpm-alpine3.22 to 8.4.15-fpm-alpine3.22 in /Containers/mastercontainer by @dependabot[bot] in #7160
- build(deps): bump php from 8.3.27-fpm-alpine3.22 to 8.3.28-fpm-alpine3.22 in /Containers/nextcloud by @dependabot[bot] in #7161
📄 Improved documentation
- adjust aio-caddy docs and config by @szaimen in #7163
- fix the docs regarding START_CONTAINERS by @szaimen in #7165
Full Changelog: v12.1.1...v12.1.2