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 git repositories with fine-grained access control.
[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 = {
services.gitolite = {
    enable = true;
  enable = true;
    adminPubkey = "<ssh public key>";
  adminPubkey = "<ssh public key>";
  };
};
</syntaxhighlight>
</syntaxhighlight>


Line 20: Line 20:


[[Category:Applications]]
[[Category:Applications]]
[[Category:Version control]]