From 2be0e0db4a4f5a57f5bccc37b2eeb33c94a4a32e Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sun, 3 May 2020 12:44:37 -0500 Subject: [PATCH] Add KBFS as recommended cloud storage provider (#1876) --- _includes/sections/cloud-storage.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_includes/sections/cloud-storage.html b/_includes/sections/cloud-storage.html index 35fc49e5..a03c7898 100644 --- a/_includes/sections/cloud-storage.html +++ b/_includes/sections/cloud-storage.html @@ -4,6 +4,25 @@ If you are currently using Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should pick an alternative here. +{% + include cardv2.html + title="Keybase KBFS" + image="/assets/img/svg/3rd-party/keybase.svg" + description='Keybase provides 250GB of E2EE cloud storage for free. Its protocol has also been indepedently audited (PDF). Keybase allows you to share files with any Keybase user, or social media user through the use of "identity proofs". They currently do not offer additional space above your quota.' + labels="warning:Warning:This software relies on a closed-source central server." + website="https://book.keybase.io/docs/files" + privacy-policy="https://keybase.io/docs/privacypolicy" + forum="https://forum.privacytools.io/t/discussion-keybase/1224" + tor="http://keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion/" + github="https://github.com/keybase/client/tree/master/go/kbfs" + windows="https://keybase.io/docs/the_app/install_windows" + mac="https://keybase.io/docs/the_app/install_macos" + linux="https://keybase.io/docs/the_app/install_linux" + freebsd="https://www.freshports.org/security/keybase/" + googleplay="https://play.google.com/store/apps/details?id=io.keybase.ossifrage" + ios="https://apps.apple.com/app/keybase-crypto-for-everyone/id1044461770" +%} + {% include cardv2.html title="Nextcloud - Choose your hoster" image="/assets/img/svg/3rd-party/nextcloud.svg"