Merge pull request #2388 from nextcloud/enh/noid/rename-spellling

rename `All In One` to `All-in-One`
This commit is contained in:
Simon L 2023-04-22 11:35:52 +02:00 committed by GitHub
commit 7d288268bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -273,7 +273,7 @@ if [ -f ./ssl.crt ] && [ -f ./ssl.key ]; then
cp "$GENERATED_CERTS/ssl.key" ./ cp "$GENERATED_CERTS/ssl.key" ./
fi 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! 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 E.g. https://internal.ip.of.this.server:8080

View file

@ -2,9 +2,9 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>nextcloud-aio</id> <id>nextcloud-aio</id>
<name>Nextcloud All In One</name> <name>Nextcloud All-in-One</name>
<summary>Provides a login link for admins.</summary> <summary>Provides a login link for admins.</summary>
<description>Add a link to the admin settings that gives access to the Nextcloud All In One admin interface</description> <description>Add a link to the admin settings that gives access to the Nextcloud All-in-One admin interface</description>
<version>0.3.0</version> <version>0.3.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Azul</author> <author>Azul</author>

View file

@ -10,7 +10,7 @@ declare(strict_types=1);
*/ */
/** @var array $_ */ ?> /** @var array $_ */ ?>
<div id="allinone" class="section"> <div id="allinone" class="section">
<h2><?php p($l->t('Nextcloud All In One'));?></h2> <h2><?php p($l->t('Nextcloud All-in-One'));?></h2>
<a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank" rel="noopener">Open Nextcloud AIO Interface </a><br><br> <a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank" rel="noopener">Open Nextcloud AIO Interface </a><br><br>
<p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p> <p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p>
</div> </div>

View file

@ -79,7 +79,7 @@
</form> </form>
{% else %} {% else %}
{% if borg_backup_host_location == '' and borg_restore_password == '' %} {% 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.<br><br> Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.<br><br>
<h2>New AIO instance</h2> <h2>New AIO instance</h2>
Please type in the domain that will be used for Nextcloud if you want to create a new instance:<br><br /> Please type in the domain that will be used for Nextcloud if you want to create a new instance:<br><br />
{% if skip_domain_validation == true %} {% if skip_domain_validation == true %}

View file

@ -5,7 +5,7 @@
<div class="login"> <div class="login">
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;"> <img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
<h1>Nextcloud AIO setup</h1> <h1>Nextcloud AIO setup</h1>
<p>Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p> <p>Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p>
<p>Please note down the password to access the AIO interface and don't lose it!</p> <p>Please note down the password to access the AIO interface and don't lose it!</p>
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br> <strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a> <a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>

View file

@ -1,5 +1,5 @@
# Nextcloud All In One # Nextcloud All-in-One
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.
Included are: Included are:
- Nextcloud - Nextcloud