You’re completely missing the point. Even Gitea (much simpler than GitHub, nevermind GitLab) is much more than a git backend. It’s viewable in a browser, renders markdown, has integrated CI functionality, and so on.
Even for my meager self-host use-case, being able to view markdown docs in the browser is useful from time to time, even on my phone.
As for the things I use (a self-hosted) GitLab instance at work for… that doesn’t even scratch the surface.
platypus_plumba@lemmy.world 9 months ago
They didn’t convince anyone of anything, they just have a great service. You can also self-hosted Github if you want the features they offer, besides Git.
zaphod@lemmy.ca 9 months ago
A great service for what? If you’re a solo developer storing your code locally with no intention to share or collaborate, a self-hosted service adds a ton of complexity for very little value.
Frankly, I suspect a ton of folks simply don’t realize that you don’t need a service to push/pull remote got repositories because they largely cargo cult their way through source control.
HappyRedditRefugee@lemm.ee 9 months ago
Is running a docker container a lot of overhead?
Ernestly asking, since my opinion is skewed cause im use to running containers.
zaphod@lemmy.ca 9 months ago
Absolutely. Every docker container is software you have to upgrade and maintain.