2021-11-30 18:20:42 +08:00
{% extends "layout.twig" %}
{% block body %}
<div class="login-wrapper">
<div class="login">
2024-07-29 23:44:32 +08:00
<img alt="Nextcloud logo" src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
2024-05-15 23:48:03 +08:00
<h1>All-in-One setup</h1>
2023-12-11 17:17:24 +08:00
<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>
2024-05-24 17:57:00 +08:00
<p>⚠️ <strong>Please note down the passphrase to access the AIO interface and don't lose it!</strong></p>
2024-05-15 23:55:26 +08:00
<strong>Passphrase</strong><br/> <span class="monospace"> {{ password }} </span><br>
2021-11-30 18:20:42 +08:00
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
</div>
</div>
{% endblock %}