Publish: Gitea

This commit is contained in:
2026-08-11 00:24:23 -04:00
parent 97aa2dd240
commit 97e27d5726

11
_notes/gitea.md Normal file
View File

@@ -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.