From 8ccf5b78bfbda895c6e2952c14a04a07069d7b05 Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 15:20:45 +0100 Subject: [PATCH] =?UTF-8?q?Not=20a=20bugfix=20=E2=80=94=20just=20cleaning?= =?UTF-8?q?=20up=20because=20consistency=20matters?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c988da..0b6cbb1 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,11 @@ That step: | Path | Purpose | |---|---| | `/etc/giteaX/app.ini` | Main config file | -| `/etc/giteaX/custom/templates/` | UI override templates | -| `/etc/giteaX/custom/public/assets/img/` | Logos + branding | -| `/etc/giteaX/custom/public/` | robots.txt + sitemap.xml | -| `/etc/giteaX/gitea-postinstall` | Per-instance finalize script | +| `/etc/giteaX/gitea-postinstall` | Postinstall script for finalizing instance | | `/var/lib/giteaX/` | Data, repos, indexers, logs | +| `/var/lib/giteaX/custom/templates/` | Custom UI override templates | +| `/var/lib/giteaX/custom/public/assets/img/` | Logos + branding | +| `/var/lib/giteaX/custom/public/` | robots.txt + sitemap.xml (optional, if created) | | `/usr/local/bin/gitea` | Shared Gitea binary | > Important (but optional):