git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cgitrc
blob: dc28464a67e101608ea929a4f778458b08b07bf3 (plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
#
# cgit config
# see cgitrc(5) for details

css=/cgit.css
logo=/cgit.png
favicon=/favicon.ico
root-title=git repositories @ lirion.de
root-desc=...because we can. hosted in vogtland, saxony!
root-readme=/www/cgit/README.md
enable-index-owner=1
enable-http-clone=1
enable-index-links=1
enable-index-owner=0
#noheader=1
enable-commit-graph=1
enable-log-filecount=1
enable-log-linecount=1
cache-root=/cache/cgit
cache-size=1000
case-sensitive-sort=0
header=/www/cgit/head.html
head-include=/www/cgit/lirionnet.css
footer=/www/cgit/footer.html
#favicon=/pommes.ico
#logo=img(mylogo.png
max-stats=quarter
snapshots=tar.bz2
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
#source-filter=/usr/lib/cgit/filters/syntax-highlighting.sh
about-filter=/usr/lib/cgit/filters/about-formatting.sh
email-filter=/usr/lib/cgit/filters/email-filter.py
readme=master:README.md
readme=master:readme.md
readme=master:README.rst
readme=master:readme.rst
readme=master:README.html
readme=master:readme.html
readme=master:README.htm
readme=master:readme.htm
readme=master:README.txt
readme=master:readme.txt
readme=master:README
readme=master:readme
readme=master:INSTALL.md
readme=master:install.md
readme=master:INSTALL.mkd
readme=master:install.mkd
readme=master:INSTALL.rst
readme=master:install.rst
readme=master:INSTALL.html
readme=master:install.html
readme=master:INSTALL.htm
readme=master:install.htm
readme=master:INSTALL.txt
readme=master:install.txt
readme=master:INSTALL
readme=master:install


## include stuff like this in files:
## include=/etc/cgit/repos1
section=os

repo.url=systeminfo
repo.path=/git/systeminfo.git
repo.desc=Gives you system information on a Linux machine. Born from checks inside docker, yet to grow.
repo.owner=H. P.
#repo.readme=README.md

repo.url=batman
repo.path=/git/batman.git
repo.desc=A simple shell script to shutdown a machine when the battery is low
repo.owner=H. P.

repo.url=systemd-units
repo.path=/git/systemd-units.git
repo.desc=Repository of all kinds of self-written systemd units
repo.owner=H. P.

section=os/debian
repo.url=debian-scripts
repo.path=/git/debian-scripts.git
repo.desc=Scripts for daily tasks and/or automation on Debian systems
repo.owner=H. P.

section=server

repo.url=gitlab-apache
repo.path=/git/gitlab-apache.git
repo.desc=Setup for a gitlab integrated as vhost into an already running apache, i.e. don't fork yet another non-distro web server thingy making maintenance and security a hell of a job.
repo.owner=H. P.
#repo.readme=README.md

repo.url=mp3dir2html
repo.path=/git/mp3dir2html.git
repo.desc=Creates PHP/HTML from music directories
repo.owner=H. P.

repo.url=infinoted-init
repo.path=/git/infinoted.git
repo.desc=Infinoted SysVinit script and whatever else
repo.owner=H. P.

repo.url=cgit-config
repo.path=/git/cgit-config.git
repo.desc=My few adjustments to my own cgit instance.
repo.owner=H. P.

repo.url=kvm-helper
repo.path=/git/kvm-helper.git
repo.desc=A small script and systemd units to control our KVM environment
repo.owner=H. P.

section=desktop

repo.url=hattrick
repo.path=/git/hattrick.git
repo.desc=Personal hattrick.org scripts
repo.owner=H. P.

repo.url=meta-gitlab
repo.path=/git/meta-gitlab.git
repo.desc=Meta repository: code to administer my Gitlab repositories
repo.owner=H. P.

repo.url=linux-scripts
repo.path=/git/linux-scripts.git
repo.desc=Random scripts for daily use on Linux systems which don't fit into any other repository
repo.owner=H. P.

section=timewarrior

repo.url=timewarrior-holidays
repo.path=/git/timewarrior-holidays.git
repo.desc=Holiday files for timewarrior
repo.owner=H. P.