summaryrefslogtreecommitdiffstats
path: root/gitolite/gitolite.conf (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-15gitolite: Remove hard-coded admin usernameMalfurious1-1/+1
The default gitolite.conf file is now patched in to the gitolite installation in the docker image. This is so that the intended version of the file is used in the gitolite-admin repo from the very beginning. This is made necessary by the decoupling of repo purposes. Instead of using (literal) 'admin', '%ADMIN' will be substituted with the actual admin username during `gitolite setup`. Signed-off-by: Malfurious <m@lfurio.us>
2023-09-15gitolite: Consolidate config files into a single directoryMalfurious1-0/+0
The repository is being reworked to decouple its roles as normalmode source and gitolite-admin config. The gitolite-admin repository will be entirely separate. So there is no need to keep the conf or local directories around where they are at. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-07gitolite: Save repository owner for front-endMalfurious1-0/+2
cgit is unable to resolve the owner of repositories, since they are all owned by the same unix user account. By adopting this gitweb-specific config key, we can communicate the end-user name via git-config. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-02Allow users to create wildcard repositoriesMalfurious1-0/+6
Signed-off-by: Malfurious <m@lfurio.us>
2022-08-02Create administrators groupMalfurious1-1/+3
Signed-off-by: Malfurious <m@lfurio.us>
2022-08-02Remove testing repositoryMalfurious1-3/+0
Signed-off-by: Malfurious <m@lfurio.us>