Self-hosting Git Repositories with Gitea
Published at July 19, 2019 · 10 min read
Gitea is git repository server that is open source, light weight, and includes just as other git services. GitHub is one of the primary places on the Internet to share source code, and many projects store their code there. Gitea shares many of the features you would find on Github and you can easily self-host it. In this tutorial we’re going to setup Gitea using Docker and will expose it to the Internet using Packetriot....