Gitea
Gitea is a self hosted git repository service. It's lighter weight than gitlab and has a MIT license so it doesn't require the cost of per user licenses. It is used here as a local mirror of github repositories.
Mirroring Github Repositories
- Go to https://git.lazz.tech
- Click the plus in the top right and then select "New Migration"
- Select Github
- Add a url to a repo for example "https://github.com/Lazztech/Lazztech.Infrastructure.git"
- Supply a github access token to be used by gitea
- Check "This repository will be a mirror"
- Click "Migrate Repository"
Related resources: