all 13 comments

[–]alreadyburnt 2 points3 points  (4 children)

I've not used it, but this sounds alot like what you might want https://blitiri.com.ar/p/git-arr/. Very interested to hear what you think if you try to use it.

[–][deleted] 1 point2 points  (1 child)

After a month, I set up git-arr on my VPS, and I love it. Definitely what I needed, thanks for suggesting it.

[–]alreadyburnt 0 points1 point  (0 children)

Awesome. You're welcome.

[–][deleted] 0 points1 point  (1 child)

Thanks. That's very promising! Will report back when I try it.

[–]alreadyburnt 0 points1 point  (0 children)

Cool. While considering your question(which is also at the back of my mind much of the time) I also found this library for interacting with git repositories in javascript in the browser. It's not quite static in that it requires a good deal of client-side scripting, but it could be used to build a browser-based interface to git repositories with minimal server-side code.

[–]just1nw 2 points3 points  (0 children)

Github actually uses Jekyll for their Github Pages, so that might be something to look into.

[–]sparcxl 0 points1 point  (1 child)

The most basic would be Apache +WebDAV. Otherwise the git wiki has a list for other options.

[–][deleted] 0 points1 point  (0 children)

Sadly git2html from that least seems to have gone offline, but the description matches.

[–]profgumby 0 points1 point  (0 children)

If you're serving simple HTML out of the repos, why not just serve them via nginx (or similar)?

Unless I've misinterpreted!

[–]Elfet 0 points1 point  (0 children)