From 3cef00368e716671c4fbf17a8c16bcff669085d9 Mon Sep 17 00:00:00 2001 From: dettlaff Date: Sat, 16 Mar 2024 00:33:33 +0400 Subject: [PATCH] docs: cancelled an incorrect correction --- content/en/docs/Theory/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Theory/architecture.md b/content/en/docs/Theory/architecture.md index 2d8725a..163775b 100644 --- a/content/en/docs/Theory/architecture.md +++ b/content/en/docs/Theory/architecture.md @@ -39,6 +39,6 @@ There's a choice between [Cloudflare](https://cloudflare.com), [deSEC](https://d ### Backup repository We use [Backblaze](https://www.backblaze.com/). -First 20GB are free, the b2 is cheaper overall than AWS. [Backblaze](https://www.backblaze.com/) publishes its hardware developments in open source. They also [shares](https://www.backblaze.com/b2/hard-drive-test-data.html) very useful statistics on disk failures, based on which one can choose the most reliable and tested option. +The first 20GB are free and significantly cheaper than AWS. [Backblaze](https://www.backblaze.com/) publishes its hardware developments in open source. They also [shares](https://www.backblaze.com/b2/hard-drive-test-data.html) very useful statistics on disk failures, based on which one can choose the most reliable and tested option. In the future, we might replace them with a self-hosted solution or a peer-to-peer one. **Currently, this is not a top priority since the data is encrypted, and the service provider only sees the IP address of your server, not the device with the application.**