mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
324d75bbee
Signed-off-by: szaimen <szaimen@e.mail.de>
14 lines
755 B
Twig
14 lines
755 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>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>Please note down the password to access the AIO interface and don't loose it!</p>
|
|
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
|
|
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|