points by rvz 5 years ago

You know you could actually use a self-hosted GitLab for your team's projects. Which is why projects like Xfce [0], GNOME, etc are still up and running and don't suffer from this.

Also if I were a school sys-admin I would self-host and use GitLab.

[0] https://mail.xfce.org/pipermail/xfce4-dev/2020-April/032436....

moviuro 5 years ago

Self-hosting simply means your downtime doesn't happen with everyone else's.

And there are some good reasons for not self-hosting: price/comfort, built-in tools, decent security without having to do your own, etc.

  • rvz 5 years ago

    > price/comfort, built-in tools, decent security without having to do your own, etc.

    It's more about control and ownership of your own server and data and this same argument can be made for hosting your own website (price, tools, security) which is maintained by you.

    You control everything on the server and deal with downtime yourself or as with the context of schools, companies, open-source projects have 'sys-admins' to do this work.

    GitHub does not fit with everyone's requirements to do source-code management on a centralized infrastructure, which is why some users have mirrors to Github from their self-hosted solution. (Google, Mozilla, Apple, Linux kernel developers, etc)

    If you can self-host your own website, then you should be able to self-host a Gitlab, Gittea, etc solution.

Deukhoofd 5 years ago

GitLab has way too much overhead. I'd use a far lighter alternative like Gitea.

  • cczizou 5 years ago

    Gitea has worked great for me.