From 8c98d33112728f6de765e591def040b0c9ee628b Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:38:56 +0100 Subject: [PATCH] added robot and sitemap info --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 354b7e9..1f89c42 100644 --- a/README.md +++ b/README.md @@ -120,13 +120,18 @@ That step: | Path | Purpose | |---|---| -| `/etc/giteaX/` | Config directory | -| `/etc/giteaX/gitea-postinstall` | Per‑instance finalize script | -| `/var/lib/giteaX/` | Repos + data | -| `/etc/giteaX/custom/templates` | Override UI templates | -| `/etc/giteaX/custom/public/assets/img` | Logos + branding | +| `/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 | +| `/var/lib/giteaX/` | Data, repos, indexers, logs | | `/usr/local/bin/gitea` | Shared Gitea binary | +> Important (but optional): +> `robots.txt` and `sitemap.xml` are supported automatically by the Nginx configuration being created, +> however the installer does not generate these files. Create them manually in the directory listed above. + --- ## HTTPS