From 668f5df34185d0921ce40290a08d5c7266c7410e Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 22 Sep 2026 19:09:59 -0400 Subject: [PATCH] Publish: Gitea --- _notes/gitea.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/_notes/gitea.md b/_notes/gitea.md index 2cac886..621c2ba 100644 --- a/_notes/gitea.md +++ b/_notes/gitea.md @@ -1,11 +1,5 @@ --- -categories: "- '[[Apps, websites and tools]]'" ---- -Gitea is the application I use to host my [personal Git server](https://gitea.bchen.dev). 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](https://docs.gitea.com/usage/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. +[Gitea](https://about.gitea.com/) is an application I use to host my [personal Git server](https://gitea.bchen.dev/brendan). I also extensively use [Gitea Actions](https://docs.gitea.com/usage/actions/), which uses the `act_runner` project to create compatibility with most GitHub Actions workflows.