Gitolite: Difference between revisions
m add link to homepage |
m add VC category, link to Git |
||
Line 1: | Line 1: | ||
[https://gitolite.com/ '''Gitolite'''] allows you to host | [https://gitolite.com/ '''Gitolite'''] allows you to host [[Git]] repositories with fine-grained access control. | ||
== Installation == | == Installation == | ||
Line 6: | Line 6: | ||
<syntaxhighlight lang=nix> | <syntaxhighlight lang=nix> | ||
services.gitolite = { | |||
enable = true; | |||
adminPubkey = "<ssh public key>"; | |||
}; | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 20: | Line 20: | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Version control]] |