added robot and sitemap info

This commit is contained in:
2025-11-29 13:38:56 +01:00
parent a4adaa8281
commit 8c98d33112

View File

@@ -120,13 +120,18 @@ That step:
| Path | Purpose |
|---|---|
| `/etc/giteaX/` | Config directory |
| `/etc/giteaX/gitea-postinstall` | Perinstance 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