- Nextcloud AIO v11.11.0
+ Nextcloud AIO v12.0.0
{# Add 2nd tab warning #}
@@ -36,7 +36,7 @@
{% set isBackupOrRestoreRunning = false %}
{% set isApacheStarting = false %}
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
- {% set newMajorVersionString = '25 Autumn' %}
+ {% set newMajorVersionString = '' %}
{% if is_backup_container_running == true %}
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}
@@ -63,11 +63,11 @@
{% endfor %}
{% if is_daily_backup_running == true %}
- Daily backup currently running. (Mastercontainer logs) (Borg backup container logs)
+ Daily backup currently running. (Mastercontainer logs) (Borg backup container logs)
{% if automatic_updates == true %}
This will update your containers, the mastercontainer and, on Saturdays, your Nextcloud apps if the backup is successful.
{% if is_mastercontainer_update_available == true %}
- When the mastercontainer is updated it will restart, making it unavailable for a moment. (Logs)
+ When the mastercontainer is updated it will restart, making it unavailable for a moment. (Logs)
{% endif %}
{% endif %}
{% if has_update_available == false %}
@@ -78,7 +78,7 @@
Reload ↻
If the daily backup is stuck somehow, you can unstick it by running sudo docker exec nextcloud-aio-mastercontainer rm /mnt/docker-aio-config/data/daily_backup_running and afterwards reloading this interface.
{% elseif isWatchtowerRunning == true %}
- Mastercontainer update currently running. Once the update is complete the mastercontainer will restart, making it unavailable for a moment. Please wait until it's done. (Logs)
+ Mastercontainer update currently running. Once the update is complete the mastercontainer will restart, making it unavailable for a moment. Please wait until it's done. (Logs)
Reload ↻
{% else %}
{% if is_backup_container_running == false and domain == "" %}
@@ -88,7 +88,7 @@
{% elseif is_mastercontainer_update_available == true %}
Mastercontainer update
⚠️ A mastercontainer update is available. Please click on the button below to update it. Afterwards, you will be able to proceed with the setup.
-