A lot of people use #github just to have web view of their repository. That is entirely unnecessary. Git comes with #gitweb: a little perl script out of the box that you can configure for a simple web view of your git repositories. https://gofedora.com/how-to-install-configure-gitweb/index.html #git
How To: Install and Configure GitWeb | Tech Stuff

@sumanthvepa Much better alternative is Gitea https://about.gitea.com/
Gitea Official Website

Gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

@khmarbaise I should try gitea. I've heard of it. But just went with a built-in tool to get the task of visualising our private repos quickly.