From 6794f4eaa39af36a01e9904efde9a33891711cb6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 24 Feb 2024 18:21:53 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e7693fc..796cd99 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,19 @@ Ansible version will be implemented next as a direct comparison._ ## Architecture +Goals: +- Separate concerns + Preferably one service/role per CT +- Keep things as light as possible + This for the most part rules out Docker as a nested virtualization + layer under Proxmox while preferring light distributions like Alpine + Linux +- Pragmatic simplicity + This goal yields some compromises to previous goals, for example [TKL]() + is used as a base for [Nextcloud]() effectively simplifying the setup + and administration of all the related components at the cost of a + heavier CT transparently integrating multiple related services + XXX service structure XXX network