1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 03:41:03 +00:00

Moving the cloud section (#284)

This commit is contained in:
Tommy
2021-11-12 15:02:56 +00:00
committed by Daniel Nathan Gray
parent 2b4acb27b7
commit f9efbd87ca
10 changed files with 36 additions and 61 deletions

View File

@@ -0,0 +1,40 @@
{% include legacy/cardv2.html
title="Nextcloud"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. It also comes with experimental <strong>zero trust</strong> end-to-end encryption. The only limits on storage and bandwidth are the limits on the server provider you choose."
website="https://nextcloud.com/"
privacy-policy="https://nextcloud.com/privacy/"
windows="https://nextcloud.com/install/#install-clients"
mac="https://nextcloud.com/install/#install-clients"
linux="https://nextcloud.com/install/#install-clients"
freebsd="https://www.freshports.org/www/nextcloud/"
openbsd="http://openports.se/www/nextcloud"
netbsd="http://pkgsrc.se/www/php-nextcloud"
fdroid="https://f-droid.org/packages/com.nextcloud.client/"
googleplay="https://play.google.com/store/apps/details?id=com.nextcloud.client"
ios="https://itunes.apple.com/us/app/nextcloud/id1125420102"
github="https://github.com/nextcloud"
%}
{% include legacy/cardv2.html
title="Tahoe-LAFS"
image="/assets/img/legacy_svg/3rd-party/tahoe-lafs.svg"
image-dark="/assets/img/legacy_svg/3rd-party/tahoe-lafs-dark.svg"
website="https://www.tahoe-lafs.org/"
description="Tahoe-LAFS is a free and open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security. The servers used as storage pools do not have access to your data."
windows="https://github.com/tahoe-lafs/tahoe-lafs#via-pip"
mac="https://github.com/tahoe-lafs/tahoe-lafs#via-pip"
linux="https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages"
netbsd="http://pkgsrc.se/filesystems/tahoe-lafs"
git="https://www.tahoe-lafs.org/trac/tahoe-lafs/browser"
%}
{% include legacy/cardv2.html
title="Proton Drive"
image="/assets/img/legacy_svg/3rd-party/protondrive.svg"
description="<strong>Proton Drive</strong> is an end-to-end encrypted general file storage service by ProtonMail. It is currently in beta and only is only available through a web client. As such, it is reliant on JavaScript to handle encryption, and you must trust ProtonMail to not inject any malicious JavaScript to get your private key. Consider using a different service if this does not fit your threat model."
website="https://protonmail.com/blog/proton-drive-early-access/"
privacy-policy="https://protonmail.com/privacy-policy"
github="https://github.com/ProtonMail/proton-drive"
web="https://protonmail.com/"
%}