mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 19:44:31 +08:00
1f144b9ee7
- chore: increase to 9.7.0 - reconcile with main after rebase - chore: reconcile fixes to containers.twig from main after rebase - refactor(layout): increment CSS version from v2 to v3 Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
16 lines
No EOL
988 B
Twig
16 lines
No EOL
988 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block body %}
|
|
<div class="login">
|
|
<svg class="nextcloud-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 142 100" width="142" height="100"">
|
|
<use href="/img/nextcloud-logo.svg#logo"></use>
|
|
<use href="/img/nextcloud-logo.svg#Nextcloud"></use>
|
|
<text x="10" y="50" fill="var(--color-nextcloud-logo)" class="fallback-text">Nextcloud Logo</text>
|
|
</svg>
|
|
<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>
|
|
{% endblock %} |