diff --git a/services/forge/troubleshooting.myco b/services/forge/troubleshooting.myco
index 7f21fd9..ef7d800 100644
--- a/services/forge/troubleshooting.myco
+++ b/services/forge/troubleshooting.myco
@@ -2,4 +2,5 @@
-__History__
+### __History__
+## The root cause:
To put it in terms of the log retrieved via a CLI, the root cause of this issue was found on 2023-12-23 to be:
@@ -15,3 +16,3 @@ root@paimon:/etc/docker-compose/gitea# docker logs -n 1000 -f gitea | grep -v ro
-It has been found that a cause of this issue is the way the Forge (git server) responds to indexing by search engines. As part of the indexing process, a copy of <repository>/archive/master.zip (as one example) is created to facilitate downloading via the repository's "download as zip" button in the Forge web interface.
+## The fix:
@@ -19,2 +20,3 @@ forest cleaned this up. From the #services:cyberia.club room on Matrix:
+
1. I used du --max-depth=1 -h to narrow down where the disk usage is. I found out its in the famous repo-archive folder: