As some one who has hosted Gitlab before, it’s very heavy if it’s just a few users.<p>For personal use Gitea + Drone CI has been awesome with a much smaller memory footprint.<p>Gitea let’s you import repos, I haven’t checked on full mirror yet.<p>One thing that is not supported is Gitea doesn’t have an endpoint for files changed (last I checked) so drone can’t support build steps if a folder of file changes in a mono repo for example.<p>Other wise works great with a private registry and mirror for caching.<p>Can build a multi arch python Docker image with Docker buildx for amd64,arm64,arm6,arm7 in one pass.<p>Uncached its 30 minutes. With Buildx Canche takes 4 minute.<p>This is in VM on my NAS with old i7, 16gb ram.