diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 8537ecc3..fba79a9f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -313,15 +313,34 @@ {% endif %} {% else %} {% if is_mastercontainer_update_available == false %} -

Your containers are up-to-date.

+

Your AIO containers are up-to-date.

{% if newMajorVersionString != '' and isAnyRunning == true and isApacheStarting != true %}
- Note about Nextcloud Hub {{ newMajorVersionString }} -

If you haven't upgraded to Nextcloud Hub {{ newMajorVersionString }} yet and want to do that now, feel free to click the button below. ⚠️ Warning: make sure to create a backup before clicking the button as the update can go wrong and will leave your instance in a broken state!

+ Note about Nextcloud Hub {{ newMajorVersionString }} (optional early access) +

+ If you haven't already upgraded to Nextcloud Hub {{ newMajorVersionString }} and would like to do + so before it becomes the default major version used in AIO, you may click the button below to do so. +

+ +

+ If you have already upgraded your instance to the {{ newMajorVersionString }} Hub series and are + notified about a new maintenance release being available for it, clicking here will install it. Once + {{ newMajorVersionString }} Hub series is mature enough to become the default Nextcloud version in AIO, + this section will disappear and you can return to applying the latest maintenance and security fixes in + the standard AIO manner. +

+ +

+ ⚠️ Please create a backup before continuing. An update can fail and leave your instance in a + broken state. +

+
- - - + + +
{% endif %}