From 2af13efe6390ac4df515b9e2f3ef8003f087f63c Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 26 Sep 2022 12:18:58 +0200 Subject: [PATCH] update some files Signed-off-by: szaimen --- Containers/onlyoffice/Dockerfile | 2 +- manual-install/update-yaml.sh | 4 ---- php/templates/containers.twig | 6 +++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Containers/onlyoffice/Dockerfile b/Containers/onlyoffice/Dockerfile index 6be6b60e..31c243d8 100644 --- a/Containers/onlyoffice/Dockerfile +++ b/Containers/onlyoffice/Dockerfile @@ -1,4 +1,4 @@ # From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile -FROM onlyoffice/documentserver:7.1.1.23 +FROM onlyoffice/documentserver:7.2.0.204 HEALTHCHECK CMD curl -skfI localhost || exit 1 \ No newline at end of file diff --git a/manual-install/update-yaml.sh b/manual-install/update-yaml.sh index 3cbc708e..d8945f7b 100644 --- a/manual-install/update-yaml.sh +++ b/manual-install/update-yaml.sh @@ -123,9 +123,5 @@ sed -i '/image:/s/$/:latest-arm64/' latest-arm64.yml sed -i '/ nextcloud-aio-clamav:/,/^ $/d' latest-arm64.yml sed -i '/nextcloud[-_]aio[-_]clamav/d' latest-arm64.yml sed -i '/CLAMAV_ENABLED/d' latest-arm64.yml -sed -i '/ nextcloud-aio-onlyoffice:/,/^ $/d' latest-arm64.yml -sed -i '/nextcloud[-_]aio[-_]onlyoffice/d' latest-arm64.yml -sed -i '/ONLYOFFICE_ENABLED/d' latest-arm64.yml -sed -i '/ONLYOFFICE_SECRET/d' latest-arm64.yml rm containers.yml diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 0bee9d6c..24e1dc5a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -483,20 +483,20 @@

{% endif %} {% if is_onlyoffice_enabled == true %} -
+
{% else %} - {#
#} + {#
#} {% endif %} Minimal system requirements: When any optional addon is enabled, at least 2GB RAM, a dual-core CPU and 40GB system storage are required. When enabling ClamAV or Fulltextsearch, at least 3GB RAM are required. When enabling everything, at least 4GB RAM are required. Recommended are at least 1GB more RAM than the minimal requirement.

{% if isAnyRunning == true or is_x64_platform == false %} - {% endif %} {% if isAnyRunning == true %} + {% endif %}