diff --git a/_notes/gitea.md b/_notes/gitea.md index beb7f0b..2cac886 100644 --- a/_notes/gitea.md +++ b/_notes/gitea.md @@ -2,10 +2,10 @@ 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: +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, which uses the `act_runner` project to create compatibility with most GitHub Actions workflows +- [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.