git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cgitrc
blob: 7a9ac27a39142d6524539cf5b2180f9706bd9ba6 (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
#vim:syntax=config
css=/cgit.css
logo=/cgit.png
favicon=/favicon.ico
root-title=repositories @ lirion.de
root-desc=...because we can. hosted in vogtland, saxony!
enable-index-owner=1
enable-http-clone=0
enable-index-links=1
enable-commit-graph=1
enable-log-filecount=1
enable-log-linecount=1
cache-root=/var/cache/cgit
case-sensitive-sort=0
header=/www/cgit/head.html
head-include=/www/cgit/lirionnet.css
#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
section=os
repo.url=systeminfo
# This is obfuscated. Remember the FHS, kids!
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
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.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
repo-path=/git/cgit.git
repo.desc=My few adjustments to my own cgit instance.
repo.owner=H. P.
section=desktop
repo.url=hattrick
repo.path=/git/hattrick.git
repo.desc=Personal hattrick.org scripts
repo.owner=H.P.
> | * oopsie, comment syntax :-)H. P. 2022-03-211-1/+1 | * adding vim syntax to .vimrc as I also base a jinja template off of thisH. P. 2022-03-211-0/+1 | * +.vimrc [2] (rsync was missing)H. P. 2022-03-211-1/+1 | * +.vimrcH. P. 2022-03-212-0/+55 | * syntax error fixed for formatH. P. 2022-03-211-1/+1 | * bugfix: count (plus proper "doc-string")H. P. 2022-03-211-1/+2 | * check for DFDISTRIB, less output on rmH. P. 2022-03-211-3/+9 | * tags for other tasksH. P. 2022-03-211-0/+6 | * +doc for SSHAGHH. P. 2022-03-211-0/+2 | * Execute ssh agent only on machines we want to be the sourceH. P. 2022-03-212-1/+7 | | | | Also, see ssh_config(5) and ForwardAgent * distribution mechanism, more targets in makeH. P. 2022-03-213-4/+40 | * Makefile and distribute dir for "git-less" serversH. P. 2022-03-212-0/+10 | * adding distribute folder for servers which cannot reach gitH. P. 2022-03-212-0/+3 | * varname fumbleH. P. 2022-03-211-1/+1 | * +function for adding ssh keysH. P. 2022-03-212-1/+10 | * ...already marked for export in postexecH. P. 2022-03-211-1/+0 | | | | This reverts commit 99e0da1b6441da25a0d3427638f0fd1a20076f87. * mark SSH agent variables for exportH. P. 2022-03-211-0/+1 | * [2]H. P. 2022-03-211-1/+1 | * Adding postexec for "last-mile tasks"H. P. 2022-03-211-0/+4 | * Doesn't workH. P. 2022-03-211-8/+0 | * intermed: squeeze double ; after sourcing sshenvH. P. 2022-03-211-1/+1 | * "typo": wrong folderH. P. 2022-03-191-1/+1 | * +ssh-agent-launcher in bashexecH. P. 2022-03-191-0/+4 | * Initial commitH. P. 2022-03-1921-0/+1101