summaryrefslogtreecommitdiffstats
path: root/cgitrc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cgitrc.txt')
-rw-r--r--cgitrc.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/cgitrc.txt b/cgitrc.txt
new file mode 100644
index 0000000..16af81d
--- /dev/null
+++ b/cgitrc.txt
@@ -0,0 +1,23 @@
+cache-size=1000
+css=/cgit-data/cgit.css
+enable-index-links=1
+enable-log-filecount=1
+enable-log-linecount=1
+logo=/cgit-data/cgit.png
+root-title=Fedora People's Git Repositories
+snapshots=tar.gz tar.bz2 zip
+{% for group_name, group_repos in repos %}\
+{% if group_repos %}\
+
+repo.group=${group_name}
+{% for repo in group_repos %}\
+
+repo.url=${repo.url}
+repo.path=${repo.path}
+repo.owner=${repo.owner}
+{% if repo.desc is not None %}\
+repo.desc=${repo.desc}
+{% end %}\
+{% end %}\
+{% end %}\
+{% end %}\