2021-11-30 11:20:42 +01:00
{% 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;">
2024-05-15 17:48:03 +02:00
<h1>All-in-One setup</h1>
2023-12-11 10:17:24 +01: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>
2022-08-15 09:53:37 -05:00
<p>Please note down the password to access the AIO interface and don't lose it!</p>
2021-11-30 11:20:42 +01:00
<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 %}