8 ms·
Check out `git init --bare`. You can basically self-host your repos on a cheap VPS. I did that some time ago. You'll have to create a ssh user that has only 'g
by juliend2 1mo ago
Check out `git init --bare`.
You can basically self-host your repos on a cheap VPS. I did that some time ago. You'll have to create a ssh user that has only 'git' as a shell, iirc, on that box. Works okay. But doesn't provide a web ui.
I think that's where https://git-scm.com/docs/gitweb https://git-scm.com/docs/gitweb becomes handy.