mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-13 10:35:54 +08:00
62242ed247
Signed-off-by: Simon L <szaimen@e.mail.de>
14 lines
794 B
Twig
14 lines
794 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block body %}
|
|
<div class="login-wrapper">
|
|
<div class="login">
|
|
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
|
<h1>All-in-One setup</h1>
|
|
<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>⚠️ <strong>Please note down the passphrase to access the AIO interface and don't lose it!</strong></p>
|
|
<strong>Passphrase</strong><br/> <span class="monospace">{{ password }}</span><br>
|
|
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|