Add instructions to setup gitea

This commit is contained in:
Pierre Vandermeersch
2026-09-13 11:25:42 +02:00
parent e3652c4b5c
commit 912489e92f
2 changed files with 81 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Thoughts & Specs
> 9/9/2026
So before I can write any code, I need a place to host my repos.
While I can host my code on GitHub or GitLab, what better first project than to self-host all the repositories that I will be building.
While the goal of the home lab is to make things myself, I don't think I am interested in building a git platform from scratch.
I want to choose a git platform for my needs. So far I've heard about Gitea & self-hosted gitlab.
From what I can read online, gitlab seems to have a lot of overhead and a more comprehensive set of features for entreprise-level builds but since I'm doing this by myself I don't need all that.
Gitea seems to take very limited resources which is my main constrain here. So let's give Gitea a chance!