From 7c47f4f5bce47e6718229c002a0a145a4aca8db2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 8 Jul 2023 18:48:28 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index e69de29..af4aa09 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,32 @@ + + +Topology: +``` + infrastructure services + +---------------+ +---------------+ + + ns ssh + + >--- gate openvpn + + proxy nextcloud + + ... +``` + + +Options: +- `CT_GROUP=1000` (range: 1000-1999) + Set the network base ID + +- `CT_INFRASTRUCTURE=100..199` + Set the infrastructure base id + +- `CT_SERVICES=200..299` + +- `CT_TEMPLATES=900..999` + + + + +