aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j2')
-rw-r--r--clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j213
1 files changed, 8 insertions, 5 deletions
diff --git a/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j2 b/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j2
index e8f016f..418e5d1 100644
--- a/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j2
+++ b/clarkzjw.cc/config/bia/ansible/roles/cgit/templates/gitolite.rc.j2
@@ -47,6 +47,8 @@
47 WRITERS => 1, 47 WRITERS => 1,
48 }, 48 },
49 49
50 UKM_CONGFIG => { SELFKEY_MANAGEMENT => 1, },
51
50 # enable caching (currently only Redis). PLEASE RTFM BEFORE USING!!! 52 # enable caching (currently only Redis). PLEASE RTFM BEFORE USING!!!
51 # CACHE => 'Redis', 53 # CACHE => 'Redis',
52 54
@@ -102,9 +104,10 @@
102 # 'mirror', 104 # 'mirror',
103 'readme', 105 'readme',
104 # 'sskm', 106 # 'sskm',
105 # 'D', 107 'D',
106 108 # https://gitolite.com/gitolite/contrib/ukm.html
107 # These FEATURES are enabled by default. 109 'ukm',
110 # These FEATURES are enabled by default.
108 111
109 # essential (unless you're using smart-http mode) 112 # essential (unless you're using smart-http mode)
110 'ssh-authkeys', 113 'ssh-authkeys',
@@ -124,7 +127,7 @@
124 # user-visible behaviour 127 # user-visible behaviour
125 128
126 # prevent wild repos auto-create on fetch/clone 129 # prevent wild repos auto-create on fetch/clone
127 #'no-create-on-read', 130 #'no-create-on-read',
128 # no auto-create at all (don't forget to enable the 'create' command!) 131 # no auto-create at all (don't forget to enable the 'create' command!)
129 # 'no-auto-create', 132 # 'no-auto-create',
130 133
@@ -160,7 +163,7 @@
160 # 'upstream', 163 # 'upstream',
161 164
162 # updates 'description' file instead of 'gitweb.description' config item 165 # updates 'description' file instead of 'gitweb.description' config item
163 'cgit', 166 'cgit',
164 167
165 # allow repo-specific hooks to be added 168 # allow repo-specific hooks to be added
166 # 'repo-specific-hooks', 169 # 'repo-specific-hooks',
Powered by cgit v1.2.3 (git 2.41.0)