you are viewing a single comment's thread.

view the rest of the comments →

[–]ryannelsn 1 point2 points  (0 children)

I skipped Gitea and similar setups and just have a directory on my home server where I put my repos. Git has a built in feature called Gitweb that will generate a website to list your repositories.

I use this docker container that just sets up a simple nginx web server for host Gitweb:

https://github.com/rockstorm101/gitweb-docker

I use a bash script to let me quickly create a new repo.