From 3ca2a244790a484d82a712ef5f18909ace89e930 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 24 Mar 2022 09:44:06 +0000 Subject: [PATCH] README update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5f227..9d14402 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,16 @@ Distributed & E2EE self-hosting ## Design principles * 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 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.