Tootfinder

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

@qbi@freie-re.de
2025-10-27 23:14:37

#Forgejo hat sich wegen AI-DoS auch erstmal verabschiedet.
Die Last auf dem Server war extrem hoch.
#git #KI

@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/

@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

@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

@castarco@hachyderm.io
2025-10-28 23:05:50

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

@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: