To use with Git
The only selfhosted github I know about is github enterprise.
If you just want to host git repos, gitea, and gitlab are good. You don’t need that to host git though, git is peer based and doesn’t require a fancy dashboard to work.
I use gitea
Gitea. Because, I don’t know when Big Brother will decide to snoop or takedown my repositories
But the biggest dilemma I face is everyone’s on GitHub, not on my little Gitea instance. I think I should use GitHub for my public repositories where I need collaboration. Anyway, that’s a different issue
I have used Gogs and Gitea in the past, now Forgejo is a fork of Gitea with Woodpecker-CI
What is woodpecker for?
Can automate anything you want, a website or wiki use it to roll out any new changes automatically and others use it to test their software. Connects to Gitea/Forgejo as a third party application and requires that it be granted the appropriate permissions in the Settings -> Applications column.
Cool, tysm