Tag: gitea

Restore data from Gitea restic backup

Just a very quick update about how I was able to restore a git repository stored inside a Gitea and backed up via restic. Warning: this guide most probably does not work correctly with LFS files, but they might either not be that critical to restore or the repository might not e…

Issues restoring Gitea from dump

Somehow, the official documentation for restoring Gitea from dump did not work for me. Roughly, the following command for the original rootful Docker image could look like this: /app/gitea/gitea dump --file gitea-dump.zip -c /data/gitea/conf/app.ini --skip-lfs-data --skip-reposit…

Upgrading Gitea to 1.15

The story from yesterday actually started by trying to upgrade Gitea from the 1.14 branch which I was running, precisely 1.14.7 by the time of writing, to the branch 1.15, or more precisely again, to the version 1.15.4. I postponed the upgrade to the 1.15 because even though Gite…

Understanding single Drone per VPS limitation

Being occupied by many other higher priority tasks lately, my goal to set up Drone instance on the Contabo VPS was put on hold. I wanted to set-up Drone to create a pipeline for building the posts for this blog. The blog is statically generated site, meaning posts need to be gene…

On federated code hosting

I have written a little about the possibility of Single-Sign-On (SSO) for Gitea getting closer to being a reality. Today I have stumbled upon a relatively different approach that I have found interesting: federated code hosting. While still in the draft phase, the concept seems r…