- If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should think about hosting it on your own.
-
-
{% include legacy/cardv2.html
title="Nextcloud"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
- description="Nextcloud is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the server provider you choose."
+ description="Nextcloud 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 zero trust 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"
@@ -27,7 +21,7 @@
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."
+ 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"
@@ -35,7 +29,12 @@
git="https://www.tahoe-lafs.org/trac/tahoe-lafs/browser"
%}
-
Worth Mentioning
-
-
CryptPad - An open-source and end-to-end encrypted real-time collaborative editor that lets you share folders, media, and documents.
-
+{% include legacy/cardv2.html
+ title="Proton Drive"
+ image="/assets/img/legacy_svg/3rd-party/protondrive.svg"
+ description="Proton Drive 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/"
+%}
\ No newline at end of file
diff --git a/_includes/legacy/sections/paste-services.html b/_includes/legacy/sections/paste-services.html
deleted file mode 100644
index 015ed654..00000000
--- a/_includes/legacy/sections/paste-services.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
Pastebin Services
-
-{% include legacy/cardv2.html
-title="PrivateBin"
-image="/assets/img/legacy_svg/3rd-party/privatebin.svg"
-description="PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. It is the improved version of ZeroBin."
-website="https://privatebin.info/"
-github="https://github.com/PrivateBin/PrivateBin"
-%}
-
-
-{% include legacy/cardv2.html
-title="CryptPad"
-image="/assets/img/legacy_svg/3rd-party/cryptpad.svg"
-description="CryptPad is an open-source, zero knowledge, and real-time collaborative editor. Data is encrypted/decrypted in the browser, using Salsa20 with Poly1305 to encrypt pads."
-website="https://cryptpad.fr/pad/"
-privacy-policy="https://cryptpad.fr/pad/#/2/pad/view/GcNjAWmK6YDB3EO2IipRZ0fUe89j43Ryqeb4fjkjehE/"
-github="https://github.com/xwiki-labs/cryptpad"
-%}
diff --git a/_includes/legacy/sections/productivity-tools.html b/_includes/legacy/sections/productivity-tools.html
index 7120f266..a39c4623 100644
--- a/_includes/legacy/sections/productivity-tools.html
+++ b/_includes/legacy/sections/productivity-tools.html
@@ -1,10 +1,18 @@
Productivity Tools
+{% include legacy/cardv2.html
+ title="PrivateBin"
+ image="/assets/img/legacy_svg/3rd-party/privatebin.svg"
+ description="PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. It is the improved version of ZeroBin. Do note that it uses JavaScript to handle encryption, so you must trust the provider to the extent that they do not inject any malicious JavaScript to get your private key. Consider self-hosting to mitigate this threat."
+ website="https://privatebin.info/"
+ github="https://github.com/PrivateBin/PrivateBin"
+%}
+
{%
include legacy/cardv2.html
title="CryptPad"
image="/assets/img/legacy_svg/3rd-party/cryptpad.svg"
- description="CryptPad is a private-by-design alternative to popular office tools and cloud services. All content is end-to-end encrypted. It is free and open-source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. No registration is required, and it can be used anonymously via Tor Browser."
+ description="CryptPad is a private-by-design alternative to popular office tools. All content is end-to-end encrypted. Do note that it uses JavaScript to handle encryption, so you must trust the provider to the extent that they do not inject any malicious JavaScript to get your private key. Consider self-hosting to mitigate this threat."
website="https://cryptpad.fr/"
privacy-policy="https://cryptpad.fr/pad/#/2/pad/view/GcNjAWmK6YDB3EO2IipRZ0fUe89j43Ryqeb4fjkjehE/"
github="https://github.com/xwiki-labs/cryptpad"
@@ -15,7 +23,7 @@
include legacy/cardv2.html
title="Etherpad"
image="/assets/img/legacy_svg/3rd-party/etherpad.svg"
- description="Etherpad is a highly customizable open-source online editor providing collaborative editing in real time. Here are a list of sites that run Etherpad."
+ description="Etherpad is a highly customizable open-source online editor providing collaborative editing in real time. Do note that there is no end to end encryption whatsoever. You should self-host Etherpad and set up proper authentication for any expectation of privacy."
website="https://etherpad.org/"
github="https://github.com/ether/etherpad-lite"
web="https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad"
@@ -50,8 +58,6 @@
Cryptee - Free privacy-friendly service for storing Documents, files and Photos
-
EtherCalc - EtherCalc is a web spreadsheet. Data is saved on the web, and people can edit the same document at the same time. Changes are instantly reflected on all screens. Work together on inventories, survey forms, list management, brainstorming sessions.
-
Disroot - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.
dudle - An online scheduling application, free and open-source. Schedule meetings or make small online polls. No email collection or the need of registration.
Framadate - A free and open-source online service for planning an appointment or making a decision quickly and easily. No registration is required.
diff --git a/legacy_pages/providers/cloud.html b/legacy_pages/providers/cloud.html
new file mode 100644
index 00000000..8114589f
--- /dev/null
+++ b/legacy_pages/providers/cloud.html
@@ -0,0 +1,8 @@
+---
+layout: page
+permalink: /software/cloud/
+title: "Cloud Storage"
+description: "If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you are putting complete trust in your service provider to not look at your files. Consider using an alternative below to remove the need for that trust."
+---
+
+{% include legacy/sections/cloud.html %}
diff --git a/legacy_pages/providers/paste.html b/legacy_pages/providers/paste.html
deleted file mode 100644
index 1e15e85e..00000000
--- a/legacy_pages/providers/paste.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-permalink: /providers/paste/
-title: "Pastebin hosting services"
-description: "Find a pastebin provider that won't read your content to share sensitive code or other information."
----
-
-{% include legacy/sections/paste-services.html %}
diff --git a/legacy_pages/software/cloud.html b/legacy_pages/software/cloud.html
deleted file mode 100644
index eec55677..00000000
--- a/legacy_pages/software/cloud.html
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: page
-permalink: /software/cloud/
-title: "Self Hosted \"Cloud\""
-description: "Discover how to securely and privately self-host your cloud with open-source software."
----
-
-{% include legacy/sections/selfhosted-cloud.html %}