1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Convert Cloud Storage from legacy (#333)

Signed-off-by: Daniel Nathan Gray <dng@disroot.org>
This commit is contained in:
Tommy
2021-11-17 10:07:37 +00:00
committed by Daniel Nathan Gray
parent f83d562b31
commit 74008465b7
12 changed files with 90 additions and 54 deletions

View File

@@ -0,0 +1,33 @@
title: Nextcloud
type: Recommendation
logo: /assets/img/cloud/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 end-to-end encryption (E2EE).
We recommend checking if your Nextcloud provider supports E2EE, otherwise you have to trust the provider to not look at your files.
When self hosting Nextcloud, you should also remember to enable E2EE to protect against your hosting provider from snooping on your data.
website: 'https://nextcloud.com/'
privacy_policy: 'https://nextcloud.com/privacy/'
downloads:
- icon: fab fa-windows
url: 'https://nextcloud.com/install/#install-clients'
- icon: fab fa-apple
url: 'https://nextcloud.com/install/#install-clients'
- icon: fab fa-linux
url: 'https://nextcloud.com/install/#install-clients'
- icon: fab fa-freebsd
url: 'https://www.freshports.org/www/nextcloud/'
- icon: ptio-openbsd
url: 'http://openports.se/www/nextcloud'
- icon: ptio-netbsd
url: 'http://pkgsrc.se/www/php-nextcloud'
- icon: fab fa-android
url: 'https://f-droid.org/packages/com.nextcloud.client/'
- icon: fab fa-google-play
url: 'https://play.google.com/store/apps/details?id=com.nextcloud.client'
- icon: fab fa-app-store-ios
url: 'https://itunes.apple.com/us/app/nextcloud/id1125420102'
- icon: fab fa-github
url: 'https://github.com/nextcloud'

View File

@@ -0,0 +1,17 @@
title: Proton Drive
type: Recommendation
logo: /assets/img/cloud/protondrive.svg
description: |
<strong>Proton Drive</strong> is an end-to-end encrypted (E2EE) general file storage service by the popular encrypted email provider <a href="https://protonmail.com">ProtonMail</a>.
Proton Drive is currently in beta and only is only available through a web client.
When using a web client, you are placing trust in the server sending you the JavaScript code that encrypts your files.
website: 'https://protonmail.com'
privacy_policy: 'https://protonmail.com/privacy-policy'
downloads:
- icon: fas fa-globe-americas
url: 'https://protonmail.com'
- icon: fab fa-github
url: 'https://github.com/ProtonMail/proton-drive'

View File

@@ -0,0 +1,20 @@
title: Tahoe-LAFS (Advanced)
type: Recommendation
logo: /assets/img/cloud/tahoe-lafs.svg
description: |
<strong>Tahoe-LAFS</strong> 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.
Due to the complexity of the system and the amount of nodes needed to set it up, Tahoe-LAFS is only recommended for seasoned system administrators.
website: 'https://www.tahoe-lafs.org/'
privacy_policy: 'https://protonmail.com/privacy-policy'
downloads:
- icon: fab fa-windows
url: 'https://github.com/tahoe-lafs/tahoe-lafs#via-pip'
- icon: fab fa-apple
url: 'https://github.com/tahoe-lafs/tahoe-lafs#via-pip'
- icon: fab fa-linux
url: 'https://github.com/tahoe-lafs/tahoe-lafs#using-os-packages'
- icon: ptio-netbsd
url: 'http://pkgsrc.se/filesystems/tahoe-lafs'
- icon: fab fa-github
url: 'https://www.tahoe-lafs.org/trac/tahoe-lafs/browser'