Skip to content

Forgejo

Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. The awful name comes from forĝejo, the Esperanto word for forge. I kind of like though the concept of forge for the repositories.

Brought to you by an inclusive community under the umbrella of Codeberg e.V., a democratic non-profit organization, Forgejo can be trusted to be exclusively Free Software. It is a "soft" fork of Gitea with a focus on scaling, federation and privacy.

The forgejo instance at codeberg looks to be production ready they have forgejo actions and static pages. What else can you ask for?

I want to migrate everything from github to their server... Let's see how soon I manage to do it xD.

History

In October 2022 the domains and trademark of Gitea were transferred to a for-profit company without knowledge or approval of the community. Despite writing an open letter, the takeover was later confirmed. The goal of Forgejo is to continue developing the code with a healthy democratic governance.

On the 15th of December of 2022 the project was born with these major objectives:

  • The community is in control, and ensures we develop to address community needs.
  • We will help liberate software development from the shackles of proprietary tools.

One of the approaches to achieve the last point is through pushing for the Forgejo federation a much needed feature in the git web application ecosystem.

On the 29th of December of 2022 they released the first stable release and they have released several security releases between then and now.

Pros and cons

Despite what you choose, the good thing is that as long as it's a soft fork migrating between these software should be straight forward.

Forgejo outshines Gitea in:

  • Being built up by the people for the people. The project may die but it's not likely it will follow Gitea's path.
  • They are transparent regarding the gobernance of the project which is created through open community discussions.
  • It's a political project that fights for the people's rights, for example through federation and freely incorporating the new additions of Gitea
  • They'll eventually have a better license
  • They get all the features and fixes of Gitea plus the contributions of the developers of the community that run out of Gitea.

Gitea on the other hand has the next advantages:

  • It's a more stable project, it's been alive for much more time and now has the back up of a company trying to make profit out of it. Forgejo's community and structure is still evolving to a stable state though, although it looks promising!
  • Quicker releases. As Forgejo needs to review and incorporate Gitea's contributions, it takes longer to do a release.

Being a soft-fork has it's disadvantages too, for example deciding where to open the issues and pull requests, they haven't yet decided which is their policy around this topic.

Host static pages site

Now you can use static pages similar to Github Pages in forgejo/gitea! check how they do it at codeberg.

References