blob: 96fc014461e08582acde3a29244f5dd47e7ecdc3 (
plain) (
blame)
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
36
37
38
39
40
41
42
43
44
45
|
# https://man.archlinux.org/man/cgitrc.5
root-title=RustyManta Git Repository
root-desc=A collection of my personal and experimental public projects
css=/cgit.css
logo=/cgit.png
favicon=/favicon.ico
enable-index-owner=1
enable-http-clone=1
enable-index-links=1
enable-blame=1
enable-commit-graph=1
enable-log-filecount=1
enable-log-linecount=1
branch-sort=age
max-stats=quarter
snapshots=tar.gz zip
readme=:README.md
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
about-filter=/usr/lib/cgit/filters/about-formatting.sh
email-filter=/usr/lib/cgit/filters/cgit-email-fitler.sh
### Repos
repo.url=git_serve
repo.name=Git Serve
repo.path=/git-repos/git_serve.git
repo.desc=Read only dockerized way of sharing some git repos
repo.clone-url=https://git.rustymanta.xyz/git_serve
|