diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 402dc3bc..adc26f71 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -145,22 +145,22 @@ {% endif %} {% endif %} + {% if domain != "" and was_start_button_clicked == true %} + You are running the {{ current_channel }} channel. (Logs)

+ {% endif %} + {% if is_backup_container_running == true %} Backup container is currently running. (Logs)

Reload ↻

{% endif %} {% if domain != "" %} - {% if was_start_button_clicked == true %} - You are running the {{ current_channel }} channel. (Logs)

- {% endif %} - {% if isAnyRunning == true %} {% if isApacheStarting != true %}
Click here to reveal the initial Nextcloud credentials
- Initial Nextcloud username: admin
- Initial Nextcloud password: {{ nextcloud_password }} + Initial Nextcloud username: admin
+ Initial Nextcloud password: {{ nextcloud_password }}


Open your Nextcloud ↗
{% else %} @@ -298,11 +298,11 @@ Click here to reveal all backup options
{% endif %}

Backup information

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

+ 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.

- The backup itself will use a tool that is called BorgBackup which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly.

- Backups get created in the following directory on the host: {{ borg_backup_host_location }}/borg

+ The backup itself will use a tool that is called
BorgBackup which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly.

+ Backups get created in the following directory on the host: {{ borg_backup_host_location }}/borg

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 %}