Skip to content

Gitlab/Gitolite: Support anonymous access through the git daemon

gitlab-qa-bot requested to merge github/fork/Olipro/4-0-stable into 4-0-stable

Created by: Olipro

This adds the option for enabling and disabling anonymous access to a repo via adding the pseudo-user "daemon" to gitolite's access list.

If anonymous Git access is enabled, GitLab will display the access link on the repo.

Obviously, your GitD must be configured with the correct base directory and execute as the appropriate user (probably git).

Merge request reports