From 6debc29685b3d0bd666d3980c7abae6ec72b144c Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 24 Apr 2023 16:01:04 +0200 Subject: [PATCH] adjust a few breaks Signed-off-by: Simon L --- php/templates/containers.twig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index ab1b631e..293a4e9e 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -109,8 +109,8 @@ {% if apache_port != '443' %} If you run into issues getting your domain accepted, see these steps for how to debug things.

{% endif %} - Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation. -

+ Hint: If the domain validation fails but you are completely sure that you've configured everything correctly, you may skip the domain validation by following this documentation.
+
{% endif %}

Restore former AIO instance from backup

@@ -133,8 +133,8 @@
- -

+
+
{% endif %} {% elseif backup_exit_code == 0 %} Last {{ borg_backup_mode }} successful! (Logs)

@@ -218,7 +218,7 @@ Initial Nextcloud password: {% if borg_backup_host_location != '' %} {# nextcloud_password needs to be duplicated due to a bug in Firefox. See https://github.com/nextcloud/all-in-one/issues/638. #} - {{ nextcloud_password }}

+ {{ nextcloud_password }}

{% else %} {{ nextcloud_password }}

{% endif %} @@ -384,8 +384,8 @@
- -

+
+
{% endif %} {% if has_backup_run_once == false %} You may change the backup path again since the initial backup was not successful. After submitting the new value, you need to click on 'Create Backup' for testing the new value.

@@ -419,7 +419,7 @@ Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app - but you can add further Docker volumes and host paths that you want to back up after the initial backup is done.

Regarding backup retention, see this

Daily backups can get enabled after the initial backup is done. Enabling this also allows to enable an option that allows to update all containers, Nextcloud and its apps automatically.

- For further documentation and options on this backup solution refer to this section and below. + For further documentation and options on this backup solution refer to this section and below.
{% if isApacheStarting != true %}

Backup creation

@@ -493,9 +493,9 @@ {% endif %} {% endif %} {% if has_backup_run_once == false %} -

+
{% else %} -

+
{% endif %} {% endif %} {% endif %}