Fix markdown

This commit is contained in:
Scott Wallace 2022-03-24 09:19:22 +00:00
parent cfe9e641e6
commit e399eb82ac
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -4,18 +4,30 @@ Distributed & E2EE self-hosting
## Goals ## Goals
* End-to-end encrypted * End-to-end encrypted
E2EE is a requirement for privacy. E2EE is a requirement for privacy.
* Collabrative * Collabrative
Members of the network are expected to cooperate to the best of their abilities, whether it's technical, financial or resource-wise. 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 * 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. 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 * Free and open
All components should be free and open. All components should be free and open.
* Shared responsibility * Shared responsibility
Knowledge of components will be documented and shared and responsibility for the uptime and maintainence should shared where possible. Knowledge of components will be documented and shared and responsibility for the uptime and maintainence should shared where possible.
## Design principles ## Design principles
* Tested * Tested
All components and goals should be testable to ensure changes don't impact existing functionality or reliabilty All components and goals should be testable to ensure changes don't impact existing functionality or reliabilty
* Monitored * Monitored
All components should be monitored and raise appropriate alerts to ensure good health and early detection of potential problems. All components should be monitored and raise appropriate alerts to ensure good health and early detection of potential problems.