Docker container that was used to run git for git.jerryaldrichiii.com (before migrating to Gitea)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

34 lines
586 B

# https://gitolite.com/gitolite/rc
%RC = (
UMASK => 0027,
GIT_CONFIG_KEYS => 'cgit\..*',
LOG_EXTRA => 1,
ROLES => {
READERS => 1,
WRITERS => 1,
},
ENABLE => [
'help',
'desc',
'info',
'perms',
'writable',
'ssh-authkeys',
'git-config',
'daemon',
# Comment out if not using cgit
'cgit',
],
);
# This line is required per Perl
1;
# Local variables:
# mode: perl
# End:
# vim: set syn=perl: