
Gitea Has a Free Self-Hosted Git Service
Gitea is a free, open-source Git hosting solution that you can run on your own server. Think of it as a self-hosted GitHub/GitLab — lightweight and fast. What Is Gitea? Gitea is a painless, self-hosted Git service written in Go. It's one of the lightest-weight Git platforms available, running on minimal hardware. Key features: Repository hosting with web UI Pull requests and code review Issue tracking and project boards CI/CD with Gitea Actions (GitHub Actions compatible!) Package registry (npm, PyPI, Docker, Maven, etc.) Wiki per repository Organization and team management OAuth2 and LDAP authentication Mirrors from/to GitHub, GitLab Webhooks Runs on a Raspberry Pi Quick Start Docker docker run -d \ --name gitea \ -p 3000:3000 \ -p 222:22 \ -v gitea-data:/data \ gitea/gitea:latest Open http://localhost:3000 . Complete setup wizard. Done. Binary (any platform) # Download wget https://dl.gitea.com/gitea/1.22/gitea-1.22-linux-amd64 chmod +x gitea-1.22-linux-amd64 # Run ./gitea-1.22-linux
Continue reading on Dev.to DevOps
Opens in a new tab



.jpg&w=1200&q=75)
