From 9a16b7ea53cf089f80bb3579976868c8a9075beb Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 19 Oct 2023 23:07:17 +0200 Subject: [PATCH] add hint regarding community containers to the AIO interface Signed-off-by: Simon L --- php/templates/containers.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index b62f6069..185f4c06 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -541,12 +541,12 @@ {% endif %} {% endif %} {% if is_backup_container_running == false %} -

Optional addons

- In this section you can enable or disable optional addons.

+

Optional containers

+ In this section you can enable or disable optional containers. There are further community containers available that are not listed below. See this documentation how to add them.

{% if isAnyRunning == true %} Please note: You can enable or disable them when your containers are stopped.

{% else %} - Please note: Make sure to save your changes by clicking on the button Save changes that is positioned below the list of optional addons. The changes will not be auto-saved.

+ Please note: Make sure to save your changes by clicking on the button Save changes that is positioned below the list of optional containers. The changes will not be auto-saved.

{% endif %}
@@ -595,7 +595,7 @@
- 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, Nextcloud Talk Recording-server or Fulltextsearch, at least 3GB RAM are required. For Talk Recording-server additional 2 vCPUs are required. When enabling everything, at least 5GB RAM and a quad-core CPU are required. Recommended are at least 1GB more RAM than the minimal requirement. For further advices and recommendations see this documentation
+ Minimal system requirements: When any optional container is enabled, at least 2GB RAM, a dual-core CPU and 40GB system storage are required. When enabling ClamAV, Nextcloud Talk Recording-server or Fulltextsearch, at least 3GB RAM are required. For Talk Recording-server additional 2 vCPUs are required. When enabling everything, at least 5GB RAM and a quad-core CPU are required. Recommended are at least 1GB more RAM than the minimal requirement. For further advices and recommendations see this documentation
{% if isAnyRunning == true or is_x64_platform == false %} {% endif %}