From ff042fc742afe1b26985cd2d1fd499b97a1b06e7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 17 Mar 2022 17:46:44 +0100 Subject: [PATCH] clean up the AIO interface a bit Signed-off-by: szaimen --- php/templates/containers.twig | 41 +++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index e8946a9b..90b8799a 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -81,8 +81,11 @@ {% if isAnyRunning == true %} {% if isApacheStarting != true %} - Initial Nextcloud username: admin
- Initial Nextcloud password: {{ nextcloud_password }}

+
+ Click here to reveal the initial Nextcloud credentials

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

+
Open your Nextcloud ↗
{% else %} {% if isAnyRestarting == false %} @@ -203,12 +206,19 @@ {% if isBackupContainerRunning == false %}

Backup information

+ {% if has_backup_run_once == true %} +
+ Click here to reveal the backup information

+ {% endif %} 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

Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app.

+ {% if has_backup_run_once == true %} +
+ {% endif %} {% if isApacheStarting != true %}

Backup creation

@@ -265,24 +275,27 @@ ⚠ A mastercontainer update is available. Please stop your containers in order to be able to update the mastercontainer.

{% endif %} {% if current_channel starts with 'latest' %} - You can find the changelog
here

+ You can find the changelog here

{% elseif current_channel starts with 'beta' %} - You can find the changelog here

+ You can find the changelog here

{% elseif current_channel starts with 'develop' %} - You can find all changes here

+ You can find all changes here

{% endif %} {% endif %} {% if isApacheStarting == false %}

AIO password change

- You can change your AIO password below:

-
- - - - - -
- The new password needs to be at least 24 characters long. Allowed characters are the latin characters 'a-z', 'A-Z', '0-9' and spaces.

+
+ Click here to change your AIO password

+ You can change your AIO password below:

+
+ + + + + +
+ The new password needs to be at least 24 characters long. Allowed characters are the latin characters a-z, A-Z, 0-9 and spaces.

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