Git httpserver

From wikinotes
Revision as of 04:37, 31 July 2022 by Will (talk | contribs)

This is useful if you want to expose self-hosted projects to be imported into github.

Documentation

man git-daemon https://man.archlinux.org/man/extra/git/git-daemon.1.en

Install

pkg install git
echo "git_daemon_enable=YES" > /etc/rc.conf

Configuration

git-daemon-export-ok