mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Adjust two places
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
a24a2ebad9
commit
f7e2a2bd5d
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,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>
|
The official Nextcloud installation method. Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.<br><br>
|
||||||
You can either create a new AIO instance or restore a former AIO instance from backup. See the two sections below.<br><br>
|
You can either create a new AIO instance or restore a former AIO instance from backup. See the two sections below.<br><br>
|
||||||
{{ include('includes/aio-config.twig') }}
|
{{ include('includes/aio-config.twig') }}
|
||||||
<h2>New AIO instance</h2>
|
<h2>New AIO instance</h2>
|
||||||
|
|
|
||||||
|
|
@ -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>The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p>
|
<p>The official Nextcloud installation method. Nextcloud All-in-One 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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue