From 3c74c666c4311bcae8e38a0082edd170790a4f57 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 24 May 2024 12:55:23 +0200 Subject: [PATCH] move `How to reset the AIO instance?` to a better place Signed-off-by: Simon L --- php/templates/containers.twig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index bb9d7356..2cc7c3de 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -198,6 +198,8 @@ {% endif %} {% endif %} +

How to reset the AIO instance?

+ If something should be going wrong, for example during the initial installation, you can reset the instance by following this documentation.

{% endif %} {% if was_start_button_clicked == true %} @@ -666,10 +668,6 @@ {% endif %} {% endif %} {% endif %} - {% if is_backup_container_running == false %} -

How to reset the AIO instance?

- If something should be going wrong, for example during the initial installation, you can reset the instance by following this documentation. Make sure to create a backup first and note down the path as well as the encryption password if this instance is already productively used so that you can restore your data on a fresh AIO instance.

- {% endif %} {% endif %} {% if isApacheStarting == true or is_backup_container_running == true or isWatchtowerRunning == true or is_daily_backup_running == true %}