diff options
Diffstat (limited to 'examples/git.igorek.dev/etc')
| -rw-r--r-- | examples/git.igorek.dev/etc/cgitrc | 20 | ||||
| -rw-r--r-- | examples/git.igorek.dev/etc/repos | 4 |
2 files changed, 24 insertions, 0 deletions
diff --git a/examples/git.igorek.dev/etc/cgitrc b/examples/git.igorek.dev/etc/cgitrc new file mode 100644 index 0000000..545a346 --- /dev/null +++ b/examples/git.igorek.dev/etc/cgitrc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | root-title=git.igorek.dev | ||
| 2 | root-desc=Git repositories hosted at igorek.dev | ||
| 3 | root-readme=/app/about/root.html | ||
| 4 | |||
| 5 | favicon=/static/favicon.ico | ||
| 6 | logo=/static/image.svg | ||
| 7 | |||
| 8 | clone-url=https://git.igorek.dev/$CGIT_REPO_URL | ||
| 9 | |||
| 10 | summary-branches=3 | ||
| 11 | summary-log=3 | ||
| 12 | summary-tags=3 | ||
| 13 | enable-log-filecount=1 | ||
| 14 | enable-log-linecount=1 | ||
| 15 | enable-commit-graph=1 | ||
| 16 | enable-http-clone=1 | ||
| 17 | side-by-side-diffs=1 | ||
| 18 | snapshots=tar.gz zip | ||
| 19 | |||
| 20 | include=/app/etc/repos | ||
diff --git a/examples/git.igorek.dev/etc/repos b/examples/git.igorek.dev/etc/repos new file mode 100644 index 0000000..66a5ac2 --- /dev/null +++ b/examples/git.igorek.dev/etc/repos | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | repo.url=test | ||
| 2 | repo.path=/app/repos/test | ||
| 3 | repo.desc=The test repository | ||
| 4 | repo.readme=:README.md | ||
