diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 353e7d1f..7745d130 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -77,7 +77,6 @@ {% if isAnyRunning == true %} {% if isApacheStarting != true %} - Your initial Nextcloud credentials:

Initial Nextcloud username: admin
Initial Nextcloud password: {{ nextcloud_password }}

Open your Nextcloud ↗
@@ -186,6 +185,7 @@ {% endif %} {% endif %} {% if isApacheStarting == false %} +

AIO password change

You can change your AIO password below:

@@ -225,6 +225,7 @@ {% endif %} {% if isBackupContainerRunning == false %} +

Backup information

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

Please save it at a safe place since you won't be able to restore from backup if you loose this password!

Backed up will get all important data of your Nextcloud AIO instance like the database, your files and configuration files of the mastercontainer and else.

@@ -233,6 +234,8 @@ Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app.

{% if isApacheStarting != true %} +

Backup creation

+ Clicking on the button below will create a backup.

@@ -240,6 +243,7 @@
{% if has_backup_run_once == true %} +

Backup check

Click on the button below to perform a backup integrity check. This is an option that verifies that your backup is intact but it should't be needed in most situtations.

@@ -247,6 +251,7 @@
+

Backup restore

Choose the backup that you want to restore and click on the button below to restore the selected backup. This will overwrite all your files with the state of the backup so you should consider creating a backup first. It also makes sense to run an integrity check before restoring your files but is not mandatory since it shouldn't be needed in most situations.