From 488c6581e197b9e1f5951d300cff5bf6eb734dbd Mon Sep 17 00:00:00 2001 From: Ben Kristinsson Date: Mon, 7 Nov 2022 01:41:19 +0100 Subject: [PATCH] comment with gitea generated sitemap for reference --- roles/gitea/templates/sitemap.xml.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roles/gitea/templates/sitemap.xml.j2 b/roles/gitea/templates/sitemap.xml.j2 index 7e6652f..617293c 100644 --- a/roles/gitea/templates/sitemap.xml.j2 +++ b/roles/gitea/templates/sitemap.xml.j2 @@ -25,3 +25,21 @@ + +{# + # this is the sitemap that gitea generates: + # + # grep "proxy_pass" /etc/nginx/sites-enabled/01-git.sudo.is | head -n 1 + # curl http://{{ bridgewithdns.gitea }}:{{ gitea_docker_port }}/sitemap.xml + # + # + # https://git.sudo.is/explore/users/sitemap-1.xml + # https://git.sudo.is/explore/repos/sitemap-1.xml + # https://git.sudo.is/explore/repos/sitemap-2.xml + # https://git.sudo.is/explore/repos/sitemap-3.xml + # https://git.sudo.is/explore/repos/sitemap-4.xml + # https://git.sudo.is/explore/repos/sitemap-5.xml + # https://git.sudo.is/explore/repos/sitemap-6.xml + # https://git.sudo.is/explore/repos/sitemap-7.xml + # + #} -- 2.40.1