2025-10-27 23:14:37
Today I discovered #ForgeJo. It's fucking awesome for self-hosting (I'm actually using it for private repositories at home).
https://forgejo.org/
Pregunta para entendidos: ¿forgejo soporta federación para trabajar entre distintas instancias? Por ejemplo si hago un fork de un proyecto desde un servidor a mi cuenta en otro, ¿Puedo hacer un pull request al servidor original para que se incluyan mis cambios en el código?
Aclaro que sé muy poco de como utilizar git. Lo uso de manera bien bšsica.
#Forgejo 
I'm looking for "alpha testers" for an alternative forge ( based on #Forgejo )
#floss projects, likely paid for private projects (although we are providing the service for free for a while, until we do an official launch).
Once/If we start having paid customers, we'll donate part of that income to the upstream Forgejo project.
This forge is 100% hosted in #Europe, and operated & maintained by a very small workers-owned #coop .
P.S.: Yep, we know about the great Codeberg :) .
#BetaTesting #Git
If you're using #ForgeJo and are experiencing the error 
`fatal: the remote end hung up unexpectedly` when doing "git push", the problem is the client buffer size for HTTP pushes. In my case I have just fixed it by doing the following:
`$ git config http.postBuffer 157286400`
I've found the solution here: