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
turn.your-nc-domain.com. So instead of opening port 3478, you need to configure the mentioned subdomain by using a cname record. 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
- allow to specify the
DOCKER_API_VERSIONby @szaimen in #7127 - nextcloud-entrypoint: don't wait forever for onlyoffice to become available by @szaimen in #7144
- domain-validation: make not-reachable error even more verbose by @szaimen in #7149
🐞 Fixed bugs
👒 Updated dependencies
- PHP dependency updates by @github-actions[bot] in #7121
- watchtower container update by @github-actions[bot] in #7122
- build(deps): bump postgres from 17.6-alpine to 17.7-alpine in /Containers/postgresql by @dependabot[bot] in #7124
- build(deps): bump nats from 2.12.1-scratch to 2.12.2-scratch in /Containers/talk by @dependabot[bot] in #7125
- talk container update by @github-actions[bot] in #7133
- build(deps): bump collabora/code from 25.04.7.1.1 to 25.04.7.2.1 in /Containers/collabora by @dependabot[bot] in #7142
- build(deps): bump docker from 28.5.2-cli to 29.0.2-cli in /Containers/mastercontainer by @dependabot[bot] in #7146
- Nextcloud dependency update by @github-actions[bot] in #7150
Full Changelog: v12.0.0...v12.1.0