From b046116d402290e85546cebe3ac0eaa6fd1be39f Mon Sep 17 00:00:00 2001 From: Adam <45126464+KeyZox71@users.noreply.github.com> Date: Sat, 26 Jul 2025 10:54:49 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(README):?= =?UTF-8?q?=20fixed=20folder=20tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1b173..c0fd6d8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Press F to pay respect ## Folder structure +``` ├── docker/ # Docker-related setup for services │ ├── api-base/ # Backend API base image and compose file │ ├── front/ # Frontend image, config, and cert automation @@ -14,7 +15,7 @@ Press F to pay respect │ └── utils/ # Utility modules (auth, TOTP, etc.) ├── flake.nix & flake.lock # Nix flake configuration └── Justfile # Task automation commands - +``` ## Modules done 5 major + 2 minor = 6 full modules