aboutsummaryrefslogtreecommitdiffstats
path: root/debian/examples/cgitrc
diff options
context:
space:
mode:
Diffstat (limited to 'debian/examples/cgitrc')
-rw-r--r--debian/examples/cgitrc59
1 files changed, 59 insertions, 0 deletions
diff --git a/debian/examples/cgitrc b/debian/examples/cgitrc
new file mode 100644
index 0000000..1decd2f
--- /dev/null
+++ b/debian/examples/cgitrc
@@ -0,0 +1,59 @@
1## Debian cgit package configuration - see cgitrc(5).
2
3## Enable caching up to 1000 entries in cache-root (/var/cache/cgit).
4cache-size=1000
5
6## Static asset locations (suitting to /etc/apache2/conf-available/cgit.conf).
7css=/cgit/cgit.css
8logo=/cgit/cgit.png
9favicon=/cgit/favicon.ico
10
11## Load system mime types.
12mimetype-file=/etc/mime.types
13
14## Enable downloading snapshots in zip and tar.gz format.
15snapshots=zip tar.gz
16
17## Enable other nice features.
18local-time=1
19side-by-side-diffs=1
20enable-git-config=1
21enable-commit-graph=1
22enable-log-linecount=1
23
24## Enable email gravatar filter.
25#email-filter=exec:/usr/lib/cgit/filters/email-gravatar.py
26
27## Enable source code highlighting filter by pygments.
28## You need suggested package: python-pygments
29#source-filter=exec:/usr/lib/cgit/filters/syntax-highlighting.py
30
31## Configuration for repositories foo and bar.
32#repo.url=foo
33#repo.path=/pub/git/foo.git
34#repo.desc=the master foo repository
35#repo.owner=fooman@example.com
36#repo.readme=info/web/about.html
37#
38#repo.url=bar
39#repo.path=/pub/git/bar.git
40#repo.desc=the bars for your foo
41#repo.owner=barman@example.com
42#repo.readme=info/web/about.html
43
44## Configuration for repositories baz and wiz in the extras section.
45#section=extras
46#
47#repo.url=baz
48#repo.path=/pub/git/baz.git
49#repo.desc=a set of extensions for bar users
50#
51#repo.url=wiz
52#repo.path=/pub/git/wiz.git
53#repo.desc=the wizard of foo
54
55## Configuration for repositories managed by Debian gitolite3 package.
56## See the instructions on the gitweb integration at
57## http://gitolite.com/gitolite/external.html
58#project-list=/var/lib/gitolite3/projects.list
59#scan-path=/var/lib/gitolite3/repositories