Diff of Services/Forge/Troubleshooting at e5056ca

diff --git a/services/forge/troubleshooting.myco b/services/forge/troubleshooting.myco
index 2dfcee0..4df9103 100644
--- a/services/forge/troubleshooting.myco
+++ b/services/forge/troubleshooting.myco
@@ -1,2 +1 @@
-
 ## **__Problem 0:__** **Users attempting to login via the web client receive nothing but a big "500" **
@@ -21,2 +20,3 @@ forest cleaned this up. From the #services:cyberia.club room on Matrix:
 
+<forest:>
 
@@ -81 +81,17 @@ root@paimon:/etc/docker-compose/gitea# du --max-depth=1 -h /var/lib/docker/volum
 ```
+
+Later:
+<forest:>
+the eample in the link is outdated 
+see https://forgejo.org/docs/latest/admin/config-cheat-sheet/#basic-cron-tasks---enabled-by-default
+allegedly its supposed to be enabled by default but idk if it actually is :/
+ill try adding
+`root@paimon:/etc/docker-compose/gitea# nano /var/lib/docker/volumes/gitea_gitea/_data/gitea/conf/app.ini`
+```
+[cron.archive_cleanup]
+ENABLED = true
+RUN_AT_START = true
+SCHEDULE = @midnight;
+OLDER_THAN: 24h
+```
+`root@paimon:/etc/docker-compose/gitea# systemctl restart docker-compose@gitea.service`