From 243b2400f18f363bc187bf30d5ceb7b9e86cceac Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 15 Feb 2024 22:43:34 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19295ac..4a02714 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A set of scripts for automating setup and tasks in proxmox. ## TODO -- a uniform way to push files to other CTs (mainly the gate -- traefik rules) -- DONE - revise defaults - separate templates/assets into distribution and user directories ...this is needed to allow the user to change the configs without the @@ -130,4 +129,21 @@ XXX change proxmox ip/network XXX firewall +## Extending +### Directory structure + +``` +/ ++- / +| +- templates/ +| +- assets/ +| +- staging/ +| +- make.sh +| +- config +| +- config.last-run ++- ... ++- Makefile ++- config.global ++- config.global.example +```