]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - content/posts/dropping-gitea/index.md
Add summaries to all posts
[dujemihanovic.xyz.git] / content / posts / dropping-gitea / index.md
1 ---
2 title: "Dropping Gitea"
3 date: 2023-08-18T22:44:54+02:00
4 summary: I have dropped Gitea for GitWeb.
5 ---
6 I have decided to drop Gitea as it's only really useful when you have multiple
7 people collaborating on a project and is just bloatware otherwise. To
8 demonstrate, here's how much bandwidth it takes to load in the old Gitea site's
9 main page:
10
11 ![Gitea](./gitea.webp)
12
13 Here's how much it takes up with the amazing `gitweb`:
14
15 ![gitweb](./gitweb.webp)
16
17 If you do the math, you will find that the new `gitweb` site is roughly 22.18
18 times smaller than the Gitea site! This will certainly help with browsing on
19 older computers and weaker internet connections.
20
21 *(Also notice that `gitweb` does not make that pesky 3rd-party request!)*
22
23 I also expect to move some of my previous projects from Git{Hub,Lab} here
24 relatively soon.
25
26 ## What about the old site?
27 I will keep it as an option in case I by some miracle end up creating a project
28 with lots of outside contribution as that's when it would become truly useful.
29 Until then, I always accept patches sent with the venerable
30 [git send-email](https://git-send-email.io).
31
32 If the new site breaks down in any way, please [let me know](/contact/).