From 2e0ad0fc9db8766b49c1b7e194306f95a1d495ff Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 12 May 2026 12:37:31 -0500 Subject: [PATCH] style: Update formatting for cloud storage page --- assets/css/custom.css | 14 +++ content/tools/_index.md | 2 +- content/tools/services/cloud/_index.md | 113 +++++++++---------------- 3 files changed, 55 insertions(+), 74 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index cb929ead..4532bcc5 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -189,3 +189,17 @@ h1, .content h1, .content h2, .content h3 { color:var(--hx-color-primary-800); text-decoration: none; } + +.content :where(a):not(:where([class~=not-prose], +[class~=not-prose] *)):hover { + text-decoration: underline; +} + +a.footnote-ref { + font-weight: 900; +} + +.pg-card-logos img { +width: 100px; +padding: 16px; +} diff --git a/content/tools/_index.md b/content/tools/_index.md index 7d0e1ee0..f9412cb1 100644 --- a/content/tools/_index.md +++ b/content/tools/_index.md @@ -28,7 +28,7 @@ For more details about each project, why they were chosen, and additional tips o {{< cards >}} {{< card link="services/calendar/" title="Calendar Sync" icon="calendar" >}} - {{< card link="services/cloud-storage/" title="Cloud Storage" icon="cloud" >}} + {{< card link="services/cloud/" title="Cloud Storage" icon="cloud" >}} {{< card link="services/data-broker-removals/" title="Data Removal Services" icon="folder-remove" >}} {{< card link="services/dns/" title="DNS Servers" icon="globe" >}} {{< card link="services/email-aliasing/" title="Email Aliasing Services" icon="at-symbol" >}} diff --git a/content/tools/services/cloud/_index.md b/content/tools/services/cloud/_index.md index ac70c0c7..d216c360 100644 --- a/content/tools/services/cloud/_index.md +++ b/content/tools/services/cloud/_index.md @@ -1,79 +1,59 @@ --- -meta_title: "The Best Private and Secure Cloud Storage Providers - Privacy Guides" title: Cloud Storage -icon: material/file-cloud description: Many cloud storage providers require your trust that they will not look at your files. These are private alternatives! -cover: cloud.webp --- -Protects against the following threat(s): -- [:material-bug-outline: Passive Attacks](basics/common-threats.md#security-and-privacy){ .pg-orange } -- [:material-server-network: Service Providers](basics/common-threats.md#privacy-from-service-providers){ .pg-teal } +Protects against the following threat(s): +[{{< badge content="Passive Attacks" color="orange" >}}]((basics/common-threats.md#security-and-privacy)) +[{{< badge content="Service Providers" color="teal" >}}]((basics/common-threats.md#privacy-from-service-providers)) + +
+{{< cards >}} + {{< card link="#proton-drive" title="Proton Drive" image="https://www.privacyguides.org/en/assets/img/cloud/protondrive.svg" subtitle="Proton Drive is an encrypted cloud storage provider from the popular encrypted email provider Proton Mail." >}} + {{< card link="#tresorit" title="Tresorit" image="https://www.privacyguides.org/en/assets/img/cloud/tresorit.svg" subtitle="Tresorit is a Swiss-Hungarian encrypted cloud storage provider founded in 2011. Tresorit is owned by the Swiss Post, the national postal service of Switzerland." >}} + {{< card link="#peergos" title="Peergos" image="https://www.privacyguides.org/en/assets/img/cloud/peergos.svg" subtitle="Peergos is a decentralized protocol and open-source platform for storage, social media, and applications. It provides a secure and private space where users can store, share, view, and edit their photos, videos, documents, etc." >}} +{{< /cards >}} +
Many **cloud storage providers** require your full trust that they will not look at your files. The alternatives listed below eliminate the need for trust by implementing secure end-to-end encryption. If these alternatives do not fit your needs, we suggest you look into using encryption software like [Cryptomator](encryption.md#cryptomator-cloud) with another cloud provider. Using Cryptomator in conjunction with **any** cloud provider (including these) may be a good idea to reduce the risk of encryption flaws in a provider's native clients. -
-Looking for Nextcloud? - -For more technical readers, Nextcloud is [still a recommended tool](self-hosting/file-management.md#nextcloud) for self-hosting a file management suite, however we do not recommend third-party Nextcloud storage providers at the moment, because we do [not recommend](https://discuss.privacyguides.net/t/dont-recommend-nextcloud-e2ee/10352/29) Nextcloud's built-in E2EE functionality for home users. - -
+> [!NOTE] +> For more technical readers, Nextcloud is [still a recommended tool](self-hosting/file-management.md#nextcloud) for self-hosting a file management suite, however we do not recommend third-party Nextcloud storage providers at the moment, because we do [not recommend](https://discuss.privacyguides.net/t/dont-recommend-nextcloud-e2ee/10352/29) Nextcloud's built-in E2EE functionality for home users. ## Proton Drive -
- -![Proton Drive logo](assets/img/cloud/protondrive.svg){ align=right } - **Proton Drive** is an encrypted cloud storage provider from the popular encrypted email provider [Proton Mail](email.md#proton-mail). The initial free storage is limited to 2 GB, but with the completion of [certain steps](https://proton.me/support/more-free-storage-existing-users), additional storage can be obtained up to 5 GB. -[:octicons-home-16: Homepage](https://proton.me/drive){ .md-button .md-button--primary } -[:octicons-eye-16:](https://proton.me/drive/privacy-policy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://proton.me/support/drive){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/ProtonMail/WebClients){ .card-link title="Source Code" } +{{< cards >}} + {{< card link="https://proton.me/drive" title="Homepage" icon="home" >}} + {{< card link="https://proton.me/drive/privacy-policy" title="Privacy Policy" icon="eye" >}} +{{< /cards >}} -
-Downloads - -- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=me.proton.android.drive) -- [:simple-appstore: App Store](https://apps.apple.com/app/id1509667851) -- [:fontawesome-brands-windows: Windows](https://proton.me/drive/download) -- [:simple-apple: macOS](https://proton.me/drive/download) - -
- -
+[{{< badge content="macOS" color="indigo" >}}](https://proton.me/drive/download) +[{{< badge content="Windows" color="red" >}}](https://proton.me/drive/download) +[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=me.proton.android.drive) +[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id1509667851) The Proton Drive web application has been independently audited by Securitum in [2021](https://proton.me/community/open-source), but the brand new mobile clients have not yet been publicly audited by a third party. ## Tresorit -
- -![Tresorit logo](assets/img/cloud/tresorit.svg){ align=right } - **Tresorit** is a Swiss-Hungarian encrypted cloud storage provider founded in 2011. Tresorit is owned by the Swiss Post, the national postal service of Switzerland. -[:octicons-home-16: Homepage](https://tresorit.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://tresorit.com/legal/privacy-policy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://support.tresorit.com){ .card-link title="Documentation" } +{{< cards >}} + {{< card link="https://tresorit.com" title="Homepage" icon="home" >}} + {{< card link="https://tresorit.com/legal/privacy-policy" title="Privacy Policy" icon="eye" >}} +{{< /cards >}} -
-Downloads - -- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.tresorit.mobile) -- [:simple-appstore: App Store](https://apps.apple.com/app/id722163232) -- [:fontawesome-brands-windows: Windows](https://tresorit.com/download) -- [:simple-apple: macOS](https://tresorit.com/download) -- [:simple-linux: Linux](https://tresorit.com/download) - -
- -
+[{{< badge content="Linux" color="amber" >}}](https://tresorit.com/download) +[{{< badge content="macOS" color="indigo" >}}](https://tresorit.com/download) +[{{< badge content="Windows" color="red" >}}](https://tresorit.com/download) +[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=com.tresorit.mobile) +[{{< badge content="App Store" color="blue" >}}](https://apps.apple.com/app/id722163232) Tresorit has received a number of independent security audits: @@ -84,7 +64,6 @@ Tresorit has received a number of independent security audits: - [2019](https://tresorit.com/blog/ernst-young-review-verifies-tresorits-security-architecture): Penetration Testing by Ernst & Young. - This review analyzed the full source code of Tresorit and validated that the implementation matches the concepts described in Tresorit's [white paper](https://prodfrontendcdn.azureedge.net/202208011608/tresorit-encryption-whitepaper.pdf). - Ernst & Young additionally tested the web, mobile, and desktop clients. They concluded: - > Test results found no deviation from Tresorit’s data confidentiality claims. [^1]: [ISO/IEC 27001](https://en.wikipedia.org/wiki/ISO/IEC_27001):2013 compliance relates to the company's [information security management system](https://en.wikipedia.org/wiki/Information_security_management) and covers the sales, development, maintenance and support of their cloud services. @@ -93,33 +72,21 @@ They have also received the Digital Trust Label, a certification from the [Swiss ## Peergos -
- -![Peergos logo](assets/img/cloud/peergos.svg){ align=right } - **Peergos** is a decentralized protocol and open-source platform for storage, social media, and applications. It provides a secure and private space where users can store, share, view, and edit their photos, videos, documents, etc. Peergos secures your files with quantum-resistant E2EE and ensures all data about your files remains private. It is also [self-hostable](https://book.peergos.org/features/self). -[:octicons-home-16: Homepage](https://peergos.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://peergos.net/privacy.html){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://book.peergos.org){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/Peergos/Peergos){ .card-link title="Source Code" } -[:octicons-heart-16:](https://github.com/peergos/peergos#support){ .card-link title="Contribute" } +{{< cards >}} + {{< card link="https://peergos.org" title="Homepage" icon="home" >}} + {{< card link="https://peergos.net/privacy.html" title="Privacy Policy" icon="eye" >}} +{{< /cards >}} -
-Downloads - -- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=peergos.android) -- [:simple-github: GitHub](https://github.com/Peergos/web-ui/releases) -- [:fontawesome-brands-windows: Windows](https://peergos.org/download#windows) -- [:simple-apple: macOS](https://peergos.org/download#macos) -- [:simple-linux: Linux](https://peergos.org/download#linux) -- [:octicons-browser-16: Web](https://peergos.net) - -
- -
+[{{< badge content="Linux" color="amber" >}}](https://peergos.org/download#linux) +[{{< badge content="Google Play" color="green" >}}](https://play.google.com/store/apps/details?id=net.peergos.android) +[{{< badge content="macOS" color="indigo" >}}](https://peergos.org/download#macos) +[{{< badge content="Windows" color="red" >}}](https://peergos.org/download#windows) +[{{< badge content="Web" color="gray" >}}](https://peergos.net) +[{{< badge content="GitHub" color="gray" >}}](https://github.com/Peergos/web-ui/releases) Peergos is built on top of the [InterPlanetary File System (IPFS)](https://ipfs.tech), a peer-to-peer architecture that protects against [:material-close-outline: Censorship](basics/common-threats.md#avoiding-censorship){ .pg-blue-gray }.