diff options
Diffstat (limited to 'content/blog/2024/gitea.md')
-rw-r--r-- | content/blog/2024/gitea.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/content/blog/2024/gitea.md b/content/blog/2024/gitea.md new file mode 100644 index 0000000..ae888f7 --- /dev/null +++ b/content/blog/2024/gitea.md @@ -0,0 +1,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. |