From 87cb3cd81984f8adc9b779006e9f7a583cd2b813 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 18 Apr 2023 19:07:59 +0200 Subject: [PATCH] rename All In One to All-in-One Signed-off-by: Simon L --- Containers/mastercontainer/start.sh | 2 +- app/appinfo/info.xml | 4 ++-- app/templates/admin.php | 2 +- php/templates/containers.twig | 2 +- php/templates/setup.twig | 2 +- readme.md | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Containers/mastercontainer/start.sh b/Containers/mastercontainer/start.sh index 6d780f1f..8e438fae 100644 --- a/Containers/mastercontainer/start.sh +++ b/Containers/mastercontainer/start.sh @@ -273,7 +273,7 @@ if [ -f ./ssl.crt ] && [ -f ./ssl.key ]; then cp "$GENERATED_CERTS/ssl.key" ./ fi -print_green "Initial startup of Nextcloud All In One complete! +print_green "Initial startup of Nextcloud All-in-One complete! You should be able to open the Nextcloud AIO Interface now on port 8080 of this server! E.g. https://internal.ip.of.this.server:8080 diff --git a/app/appinfo/info.xml b/app/appinfo/info.xml index 69cfa58d..a1922f2a 100644 --- a/app/appinfo/info.xml +++ b/app/appinfo/info.xml @@ -2,9 +2,9 @@ nextcloud-aio - Nextcloud All In One + Nextcloud All-in-One Provides a login link for admins. - Add a link to the admin settings that gives access to the Nextcloud All In One admin interface + Add a link to the admin settings that gives access to the Nextcloud All-in-One admin interface 0.3.0 agpl Azul diff --git a/app/templates/admin.php b/app/templates/admin.php index b68d1442..8256dfab 100644 --- a/app/templates/admin.php +++ b/app/templates/admin.php @@ -10,7 +10,7 @@ declare(strict_types=1); */ /** @var array $_ */ ?> diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 893d2d65..8f2b973b 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -79,7 +79,7 @@ {% else %} {% if borg_backup_host_location == '' and borg_restore_password == '' %} - Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

+ Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

New AIO instance

Please type in the domain that will be used for Nextcloud if you want to create a new instance:

{% if skip_domain_validation == true %} diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 142a01d5..c36dd495 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -5,7 +5,7 @@