13 lines
765 B
HTML
13 lines
765 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<row class="text-center p-2">
|
|
<h1>Welcome to Community Backup!</h1>
|
|
</row>
|
|
|
|
<row>
|
|
<p>This is a service offering space for backups free of charge. This is a hobby project. It comes with no garantuees for anything, especially availability of the service. This service is in a testing phase at the moment. It might be unavailalbe at times and features might change quickly.</p>
|
|
<p>Currently this service offers only backups via <a href="https://www.borgbackup.org/">Borg Backup</a>.</p>
|
|
<p>To access this service you need an account. To register for an account you need a voucher. Vouchers are required to control the amount of users, so that there is enough space available for everyone.</p>
|
|
</row>
|
|
{% endblock %}
|