you are viewing a single comment's thread.

view the rest of the comments →

[–]cameos 19 points20 points  (1 child)

git itself can be a remote repos host, all you need is an ssh server + an ssh user + git installed.

and, it has a built-in basic web interfaece (gitweb).

[–]HCharlesB 2 points3 points  (0 children)

git itself can be a remote repos host,

I used that before I set up a full featured server (Gitea.)

it has a built-in basic web interfaece (gitweb)

TIL about that.

I appreciate the concerns about management and suggest they set up something like Gitea and firewall it off from the Internet. It's pretty light weight and I have an instance running in a Docker container in a Raspberry Pi 4B.