summaryrefslogtreecommitdiff
path: root/content/blog/2024/gitea.md
blob: ae888f7a7736ea5ba3963c71427c8f31f8895552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
+++
title = "Moved to Gitea"
author = ["Michał Sapka"]
date = 2024-02-03T21:55:00+01:00
categories = ["blog"]
draft = false
abstract = "I changed my hosted git site to Gitea"
+++

It's been a year[^fn:1] since I said _sayonara_ to GitHub and started hosting my own git.
As it turns out, it is very easy.
I used Stagit[^fn:2] as my UI, but I grew tired of it.
It's easy, takes no resources and looks _l33t_.
However, it is also difficult to navigate and use.

What I want to run is Forgejo[^fn:3] but the binary is not in OpenBSD and I really don't want to recompile it all the time after every updated.
They are however working on federation[^fn:4] and I strongly believe that is where future lies.
I will move to Forgejo as soon as it is one `pkg_add` away.

For now, I moved to Gitea[^fn:5].

While is an _overkill_ for my dotfiles, it's also not huge - takes 60-100 Mb of ram, so it's acceptable.
It is also cute and allows me to share my code easily with fiends and family[^fn:6].

You can see it under [michal.sapka.me/git/](https://michal.sapka.me/git/).

[^fn:1]: [I now host my own code](https://michal.sapka.me/site/updates/2023/i-now-host-my-own-code/)
[^fn:2]: [Stagit](https://codemadness.org/stagit.html)
[^fn:3]: [Forgejo.org](https://forgejo.org/)
[^fn:4]: [Answering Forgejo federation questions](https://forgejo.org/2023-01-10-answering-forgejo-federation-questions/)
[^fn:5]: [gitea.com](https://about.gitea.com/)
[^fn:6]: none of my family would know what the code does, but it is still pretty.