diff --git a/_data/nav/2_providers.yml b/_data/nav/2_providers.yml index 2bb31a8c..03086114 100644 --- a/_data/nav/2_providers.yml +++ b/_data/nav/2_providers.yml @@ -1,6 +1,10 @@ type: dropdown title: Providers items: + - type: link + title: Cloud Storage + icon: fad fa-laptop-house + file: legacy_pages/providers/cloud.html - type: link title: DNS Servers icon: fad fa-map-signs @@ -9,10 +13,6 @@ items: title: Email Providers icon: fad fa-envelope file: legacy_pages/providers/email.html - - type: link - title: Pastebins - icon: fad fa-clipboard - file: legacy_pages/providers/paste.html - type: link title: Search Engines icon: fad fa-search-location @@ -32,4 +32,4 @@ items: - type: link title: VPN Services icon: fad fa-network-wired - file: legacy_pages/providers/vpn.html + file: legacy_pages/providers/vpn.html \ No newline at end of file diff --git a/_data/nav/3_software.yml b/_data/nav/3_software.yml index 5f3a0e14..1a8d704b 100644 --- a/_data/nav/3_software.yml +++ b/_data/nav/3_software.yml @@ -52,7 +52,3 @@ items: title: Self-Contained Networks icon: fad fa-chart-network file: legacy_pages/software/networks.html - - type: link - title: Self-Hosted Cloud Servers - icon: fad fa-laptop-house - file: legacy_pages/software/cloud.html diff --git a/_includes/legacy/sections/selfhosted-cloud.html b/_includes/legacy/sections/cloud.html similarity index 60% rename from _includes/legacy/sections/selfhosted-cloud.html rename to _includes/legacy/sections/cloud.html index d0c165dd..af42c867 100644 --- a/_includes/legacy/sections/selfhosted-cloud.html +++ b/_includes/legacy/sections/cloud.html @@ -1,13 +1,7 @@ -

Self-Hosted Cloud Server Software

- - - {% 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

- +{% 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 @@