From abbdad1d78030f6624b6a142ed8d5eef3b4008f3 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Fri, 22 Jul 2022 20:40:04 -0500 Subject: [PATCH] Fix #12 --- content/blog/gitea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/gitea.md b/content/blog/gitea.md index 07734a9..3f6dc5d 100644 --- a/content/blog/gitea.md +++ b/content/blog/gitea.md @@ -7,7 +7,7 @@ Over the past few days, I've been moving all the repos from my old git server to The reason for this was frankly because I am going to start looking for jobs soon and in my opinion, gitea is easier to navigate (and read source code on) than cgit for hiring teams and other non-technical people, especially if they have interacted with GitHub in the past. -The process was extremely easy and quick. The only thing you need is a SQL (pronounced sequel) server, such as MariaDB/MySQL, PostgreSQL, and SQLite. +The process was extremely easy and quick. The only thing you need is a SQL (pronounced sequel) server, such as MariaDB/MySQL, PostgreSQL, or SQLite. I used PostgreSQL because I already had a server running; information about other database backends can be found at [the ArchWiki](https://wiki.archlinux.org/title/Gitea).