From 97e27d5726c49fb42ad99420040cf52ac3813fb7 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 11 Aug 2026 00:24:23 -0400 Subject: [PATCH] Publish: Gitea --- _notes/gitea.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _notes/gitea.md diff --git a/_notes/gitea.md b/_notes/gitea.md new file mode 100644 index 0000000..beb7f0b --- /dev/null +++ b/_notes/gitea.md @@ -0,0 +1,11 @@ +--- +categories: "- '[[Apps, websites and tools]]'" +--- + +Gitea is the application I use to host my personal Git server. It has several features to bring it to parity with GitHub: + +- An account management system with email notifications +- The usual repository management system plus the different settings +- Gitea Actions, which uses the `act_runner` project to create compatibility with most GitHub Actions workflows + +I like that the application tries to make moving from GitHub as easy as possible.