diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 92cfbde8..96623fc4 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -241,9 +241,9 @@

Initial Nextcloud username: admin

{% if hasBackupLocation %} {# nextcloud_password needs to be duplicated due to a bug in Firefox. See https://github.com/nextcloud/all-in-one/issues/638. #} -

Initial Nextcloud password: {{ nextcloud_password }}

+

Initial Nextcloud password: {{ nextcloud_password }}

{% else %} -

Initial Nextcloud password: {{ nextcloud_password }}

+

Initial Nextcloud password: {{ nextcloud_password }}

{% endif %}

Open your Nextcloud ↗

{% if not hasBackupLocation %} @@ -370,7 +370,7 @@ remote borg repo url.

-
+

@@ -408,7 +408,7 @@ To try again, click Create backup.

{% endif %} - +

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 to test the new value.


@@ -433,7 +433,7 @@ Click here to reveal all backup options (including an option for automatic updates) {% endif %}

Backup information

-

This is your encryption password for backups: {{ borgbackup_password }}

+

This is your encryption password for backups: {{ borgbackup_password }}

Please save this password in a safe place. You won't be able to restore from backup if you lose this password!

All important data from your Nextcloud AIO instance such as the database, your files and the mastercontainer's configuration files, will be backed up.

The backup uses a tool called BorgBackup, a well-known server backup tool that efficiently backs up your files and encrypts them on the fly.