| services.gitDaemon.exportAll | Publish all directories that look like Git repositories (have the objects
and refs subdirectories), even if they do not have the git-daemon-export-ok file
|
| services.gitDaemon.user | User under which Git daemon would be running.
|
| services.gitDaemon.group | Group under which Git daemon would be running.
|
| services.gitDaemon.options | Extra configuration options to be passed to Git daemon.
|
| services.gitDaemon.basePath | Remap all the path requests as relative to the given path
|
| services.gitDaemon.enable | Enable Git daemon, which allows public hosting of git repositories
without any access controls
|