Tootfinder

Opt-in global Mastodon full text search. Join the index!

@carloshr@lile.cl
2025-08-15 19:52:34

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

@joxean@mastodon.social
2025-10-07 13:17:45

Today I discovered #ForgeJo. It's fucking awesome for self-hosting (I'm actually using it for private repositories at home).
forgejo.org/

@nobodyinperson@fosstodon.org
2025-07-30 14:05:53

#forgejoAneksajo v12.0.1-git-annex0 just dropped! 🥳
Smooth update, even with my own patches 👍
Thank you @… for maintaining this amazing @…

@tezoatlipoca@mas.to
2025-09-06 18:02:18

hurhn. I just spun up a #forgejo instance via #docker container. That was much easier than anticipated. Well done #codeberg / forgejo teams!
Now to migrate all my

@joxean@mastodon.social
2025-10-10 08:29:40

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: