README update

This commit is contained in:
Scott Wallace 2022-03-24 09:44:06 +00:00
parent e1214902b6
commit 3ca2a24479
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -26,8 +26,16 @@ Distributed & E2EE self-hosting
## 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.
* Containerised
Simple, versioned components that can be resource constrained, when required, would be of great benefit.
* IPv6
Avoiding issues with IPv4 NAT, etc. would be desirable.