X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=content%2Fposts%2Fdropping-gitea%2Findex.md;fp=content%2Fposts%2Fdropping-gitea%2Findex.md;h=39013db889eeaae4550cdf07959aef414227bbde;hb=d66d8634791cec401c0d01000b119c1da1a6298c;hp=0000000000000000000000000000000000000000;hpb=24d07cba2e721c93828040a41a87f39241fffe4c;p=dujemihanovic.xyz.git diff --git a/content/posts/dropping-gitea/index.md b/content/posts/dropping-gitea/index.md new file mode 100644 index 0000000..39013db --- /dev/null +++ b/content/posts/dropping-gitea/index.md @@ -0,0 +1,31 @@ +--- +title: "Dropping Gitea" +date: 2023-08-18T22:44:54+02:00 +--- +I have decided to drop Gitea as it's only really useful when you have multiple +people collaborating on a project and is just bloatware otherwise. To +demonstrate, here's how much bandwidth it takes to load in the old Gitea site's +main page: + +![Gitea](./gitea.webp) + +Here's how much it takes up with the amazing `gitweb`: + +![gitweb](./gitweb.webp) + +If you do the math, you will find that the new `gitweb` site is roughly 22.18 +times smaller than the Gitea site! This will certainly help with browsing on +older computers and weaker internet connections. + +*(Also notice that `gitweb` does not make that pesky 3rd-party request!)* + +I also expect to move some of my previous projects from Git{Hub,Lab} here +relatively soon. + +# What about the old site? +I will keep it as an option in case I by some miracle end up creating a project +with lots of outside contribution as that's when it would become truly useful. +Until then, I always accept patches sent with the venerable +[git send-email](https://git-send-email.io). + +If the new site breaks down in any way, please [let me know](/contact).