aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 280020d090e407ae595ba6eb7aca7e4de51b5cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
==========================================================
 ``gitosis`` -- software for hosting ``git`` repositories
==========================================================
 
group -> list of repos
 
/usr/local/bin/git-shell-enforce-directory
 
check that the user account (e.g. ``git``) looks valid
 
ssh keys
 
regenerate authorized_keys, only touching lines that look safe
 
allow skipping .git suffix
 
git-daemon-export-ok
 
Example configuration::
 
[gitosis]
 
[group NAME]
members = jdoe wsmith @anothergroup
writable = foo bar baz/thud
readonly = xyzzy
map writable visiblename = actualname
map readonly visiblename = actualname
 
[repo foo]
description = blah blah
daemon-ok = no
 
[gitweb]
homelink = http://example.com/