From b5be93260263717df2464eb7449e9fef66f31d5b Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:23:09 +0100 Subject: [PATCH] added robot and sitemap info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4084932..dfd45f1 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,17 @@ Re-enable SSH in: | Path | Purpose | |---|---| +| `/var/lib/gitea/custom/public/` | robots.txt | +| `/var/lib/gitea/custom/public/` | sitemap.xml | | `/var/lib/gitea/custom/public/assets/img/` | Custom images | | `/var/lib/gitea/custom/templates/home.tmpl` | Home override | | `/etc/gitea/app.ini` | Main config file | | `/etc/nginx/conf.d/.conf` | Vhost generated | +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