From 68d54176d519fbacbbaa900721ba696dacc27cfc Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 10 Aug 2023 09:04:57 +0200 Subject: [PATCH 1/2] update Nextcloud to 27.0.2 Signed-off-by: Simon L --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index e4a2298d..e64e808e 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.1.22-fpm-alpine3.18 ENV PHP_MEMORY_LIMIT 512M ENV PHP_UPLOAD_LIMIT 10G ENV PHP_MAX_TIME 3600 -ENV NEXTCLOUD_VERSION 26.0.4 +ENV NEXTCLOUD_VERSION 27.0.2 ENV AIO_TOKEN 123456 ENV AIO_URL localhost From 04be2a780dc9eea60a230076a644b44c304dca0a Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 10 Aug 2023 09:07:39 +0200 Subject: [PATCH 2/2] update app und containers.twig as well Signed-off-by: Simon L --- app/appinfo/info.xml | 2 +- php/templates/containers.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/appinfo/info.xml b/app/appinfo/info.xml index b853732f..2e8fe027 100644 --- a/app/appinfo/info.xml +++ b/app/appinfo/info.xml @@ -13,7 +13,7 @@ monitoring https://github.com/nextcloud/all-in-one/issues - + diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 16307c72..cd4df5ae 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -28,7 +28,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 newMajorVersion = 27 %} + {% set newMajorVersion = '' %} {% if is_backup_container_running == true %} {% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}