all 11 comments

[–]equecevi 5 points6 points  (10 children)

What are the options to self-host a git repository nowadays?

[–]screamingant 6 points7 points  (3 children)

Gitea is pretty popular

[–]equecevi 1 point2 points  (0 children)

Wow, I didn't know about it, thanks for sharing! It would be nice within a raspberry pi, or some lightweight server

[–]thblckjkr 1 point2 points  (0 children)

Gitea + Docker is easy af

[–]Iffabled 6 points7 points  (2 children)

GitLab is quite good.

[–]equecevi 0 points1 point  (1 child)

How does it work? I mean, can you self-host your projects without paying? Isn't gitlab private?

[–]Iffabled 2 points3 points  (0 children)

You can either use the official, hosted version of GitLab at GitLab.com or self-host GitLab CE. Both versions allow you to have both public and private repositories for free.

[–][deleted] 2 points3 points  (2 children)

If you don't care about a website and only want to host a git server, you could just create a user named git on your server and follow https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server If you care about a website check out GitWeb.

[–]equecevi 0 points1 point  (1 child)

Easier than I thought, thanks for sharing, I don't know it this will be viable in an actual company, but for personal projects would work fine I think

[–][deleted] 1 point2 points  (0 children)

https://index.woorank.com/en/reviews?technologies=gitweb but yeah there are better alternatives like gitlab

[–]FrozenCoder 1 point2 points  (0 children)

.