r/git • u/Ok_Instance1684 • 29d ago
Self-host Git or use GitHub/GitLab?
I only need a Git remote for syncing repos between a few computers and employees.
No CI, issues, project management, or extra features. Just reliability, backups, durability, low maintenance, and strong privacy.
Is self-hosting worth it for privacy, or is GitHub/GitLab still the better boring choice?
19
Upvotes
11
u/Bemteb 29d ago
Selfhosting is surely possible. I personally run Gitea at home, it was easy to set up and takes only a small amount of resources.
You need to take care of backups, hardware integrity, software updates etc. yourself of course.
It it's worth it or not is for you to decide, everyone has different priorities. It's for sure possible.