mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 20:01:08 +00:00
Convert Cloud Storage from legacy (#333)
Signed-off-by: Daniel Nathan Gray <dng@disroot.org>
This commit is contained in:

committed by
Daniel Nathan Gray

parent
f83d562b31
commit
74008465b7
@@ -3,8 +3,8 @@ title: Providers
|
||||
items:
|
||||
- type: link
|
||||
title: Cloud Storage
|
||||
icon: fad fa-laptop-house
|
||||
file: legacy_pages/providers/cloud.html
|
||||
icon: fad fa-cloud
|
||||
file: _evergreen/cloud.html
|
||||
- type: link
|
||||
title: DNS Servers
|
||||
icon: fad fa-map-signs
|
||||
|
33
_data/providers/cloud/1_nextcloud.yml
Normal file
33
_data/providers/cloud/1_nextcloud.yml
Normal 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'
|
17
_data/providers/cloud/2_proton-drive.yml
Normal file
17
_data/providers/cloud/2_proton-drive.yml
Normal 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'
|
20
_data/providers/cloud/3_tahoe-lafs.yml
Normal file
20
_data/providers/cloud/3_tahoe-lafs.yml
Normal 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'
|
Reference in New Issue
Block a user