From e399eb82acc6d82821343c662c56471981f156ff Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 24 Mar 2022 09:19:22 +0000 Subject: [PATCH] Fix markdown --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ac8de71..c490e94 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,30 @@ Distributed & E2EE self-hosting ## Goals * End-to-end encrypted + E2EE is a requirement for privacy. + * Collabrative + Members of the network are expected to cooperate to the best of their abilities, whether it's technical, financial or resource-wise. + * Distributed, resilient, reliable and dynamic + Nodes should be able to join and leave without too much disruption. Bootstrapping, joining and autodiscovery should be as easy as possible, allowing for easy scaling across all members of the network. + * Free and open + All components should be free and open. + * Shared responsibility + Knowledge of components will be documented and shared and responsibility for the uptime and maintainence should shared where possible. ## Design principles * Tested + All components and goals should be testable to ensure changes don't impact existing functionality or reliabilty + * Monitored + All components should be monitored and raise appropriate alerts to ensure good health and early detection of potential problems.