Ce compte reprend du service à l'occasion du lancement de mon blog ! 😁

Mon troisième post parle du futur des forges logicielles suite au mouvement d'exode de #GitHub. Je parle des projets permettant de fédérer des forges, et plus particulièrement du statut de développement de #Forgejo. Je conclus par un petit tutoriel de comment migrer de #Gitea à Forgejo afin d'être prêts et prêtes pour la fédération 🌐

N'hésitez pas à réagir en commentaires !

https://boyatzon.ch/posts/2026/05/07/le-futur-des-forges-logicielles-est-federe-migration-de-gitea-vers-forgejo

Le futur des forges logicielles est fédéré ? Migration de Gitea vers Forgejo

Les gens partent de GitHub, soyons prêts et prêtes pour les forges fédérées !

Boyatzon

Gitea Runner 1.0.0 is released

https://mander.xyz/post/51575401

Gitea Runner 1.0.0 is released - Mander

Lemmy

Instalada una instancia de #Forgejo con dominio propio y todo para migrar mi instancia de #Gitea. Puedo decir que ya me he pasado #Git o tengo que esperar a pasar de la versión 15 a 16 de Forgejo en #Docker sin problemas?

GitHub steht aktuell stark in der Kritik. Daher springe ich mit einer vermeintlich steilen These auf den Zug auf: Ohne #Fediverse-Anbindung werden die anderen (freien) Forges/Entwicklungsplattformen keinen adäquaten Ersatz darstellen.

#GitHub #GitLab #ForgeFed #Gitea #Codeberg

https://christianmahnke.de/post/developer-platforms-fediverse/

Fediverse Anbindung für Entwicklungsplattformen · Christian Mahnke

GitHub hat derzeit viele Probleme, was braucht es für einen Switch?

Backup and restore

Gitea’s
gitea dump command packs the database, repos, config, and attachments into a single zip. Scripted nightly dump:

sudo tee /usr/local/bin/gitea-backup.sh > /dev/null <<'BASH' #!/bin/bash set -euo pipefail DEST="/var/backups/gitea" mkdir -p "${DEST}" cd "${DEST}" sudo -u git /usr/local/bin/gitea dump \ --config /etc/gitea/app.ini \ --type zip \ --file "gitea-$(date +%Y%m%d-%H%M%S).zip" find "${DEST}" -name 'gitea-*.zip' -mtime +14 -delete BASH sudo chmod +x /usr/local/bin/gitea-backup.sh echo '15 2 * * * root /usr/local/bin/gitea-backup.sh >> /var/log/gitea-backup.log 2>&1' \ | sudo tee /etc/cron.d/gitea-backup
Restore is the inverse: unzip, load the SQL, copy repos back into place, chown everything to
git:git, and restart the service. #gitea #gitea

How to setup a self-hosted #git server at home using just #cli and #ssh, without using #gitea or #gogs , so you can migrate your personal projects away from #Bitbucket or #github or #gitlab https://vikaskumar.org/2026/05/01/setup-self-hosted-git-server.html
SETUP SELF-HOSTED GIT SERVER ON LINUX

With the enshittification of Github and potentially, Bitbucket with AI tools and changes in terms of services where the owners of those platforms could decide to start training ...

Slowly migrating our stuff from #Gitea to #Forgejo, starting with our #TeXLaTeX workshop material. Fascinating to see the timeline between 2009 and now, with multiple generations of Fachschaft people working on this in the meantime.

https://forgejo.stuve-bamberg.de/latex

LaTeX Team @ Fachschaft WIAI

Resources provided by the Fachschaft WIAI's LaTeX team @ University of Bamberg

Forgejo
@b0rk It looks like #Gitlab is doing some work on using #ActivityPub. There is a really old discussion on #Github about implementing it on #Gitea as well. Wouldn't this solve a lot of the issues exposed by the article?

Does anyone know of a good iOS app for @gitea? I recently set up an instance and am trying to use it more.

#gitea #software #git #selfhosted #DevOps #softwaredevelopment

GitNex 13.0.0 RC3 is out now, featuring revamped issue and PR detail screens along with many other UI improvements and fixes.

We are getting closer to a stable release.

With this RC release, the GitNex website has also been revamped and given a fresh look.

#gitnex13 #gitnex #git #android #app #foss #opensource #codeberg #gitea #forgejo