2019-08-24 12:43:23 -07:00
|
|
|
<h1 id="mycloud" class="anchor"><a href="#mycloud"><i class="fas fa-link anchor-icon"></i></a> {% t selfhosted_cloud.software %}</h1>
|
2019-01-20 18:01:34 +01:00
|
|
|
|
|
|
|
|
<div class="alert alert-warning" role="alert">
|
2019-08-24 12:43:23 -07:00
|
|
|
<strong>{% t selfhosted_cloud.warning %}</strong>
|
2019-01-20 18:01:34 +01:00
|
|
|
</div>
|
|
|
|
|
|
2019-08-24 12:43:23 -07:00
|
|
|
{%- capture selfhosted_cloud_pydio_descr -%}{% t selfhosted_cloud.pydio_descr %}{%- endcapture -%}
|
|
|
|
|
{%- capture selfhosted_cloud_tahoe_descr -%}{% t selfhosted_cloud.tahoe_descr %}{%- endcapture -%}
|
|
|
|
|
{%- capture selfhosted_cloud_nextcloud_descr -%}{% t selfhosted_cloud.nextcloud_descr %}{%- endcapture -%}
|
|
|
|
|
|
2019-01-20 18:01:34 +01:00
|
|
|
<div class="row mb-2">
|
|
|
|
|
|
|
|
|
|
{% include card.html color="success"
|
|
|
|
|
title="Pydio"
|
2019-04-01 19:42:34 -05:00
|
|
|
image="/assets/img/tools/Pydio.png"
|
2019-01-20 18:01:34 +01:00
|
|
|
url="https://pydio.com/"
|
|
|
|
|
footer="OS: Windows, macOS, Linux, iOS, Android."
|
2019-08-24 12:43:23 -07:00
|
|
|
description=selfhosted_cloud_pydio_descr
|
2019-01-20 18:01:34 +01:00
|
|
|
%}
|
|
|
|
|
|
|
|
|
|
{% include card.html color="primary"
|
|
|
|
|
title="Tahoe-LAFS"
|
2019-04-01 19:42:34 -05:00
|
|
|
image="/assets/img/tools/Tahoe-LAFS.png"
|
2019-01-20 18:01:34 +01:00
|
|
|
url="https://www.tahoe-lafs.org/"
|
|
|
|
|
footer="OS: Windows, macOS, Linux."
|
2019-08-24 12:43:23 -07:00
|
|
|
description=selfhosted_cloud_tahoe_descr
|
2019-01-20 18:01:34 +01:00
|
|
|
%}
|
|
|
|
|
|
|
|
|
|
{% include card.html color="warning"
|
|
|
|
|
title="Nextcloud"
|
2019-04-01 19:42:34 -05:00
|
|
|
image="/assets/img/provider/Nextcloud.png"
|
2019-01-20 18:01:34 +01:00
|
|
|
url="https://nextcloud.com/"
|
|
|
|
|
footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux."
|
2019-08-24 12:43:23 -07:00
|
|
|
description=selfhosted_cloud_nextcloud_descr
|
2019-01-20 18:01:34 +01:00
|
|
|
%}
|
|
|
|
|
|
|
|
|
|
</div>
|
2019-01-22 22:05:04 +01:00
|
|
|
|
2019-08-24 12:43:23 -07:00
|
|
|
<h3>{% t selfhosted_cloud.worth_mentioning %}</h3>
|
2019-01-22 22:05:04 +01:00
|
|
|
<ul>
|
2019-08-24 12:43:23 -07:00
|
|
|
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> {% t selfhosted_cloud.cryptpad_descr %}</li>
|
2019-01-22 22:05:04 +01:00
|
|
|
</ul>
|