git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2018-09-13 10:57:54 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2018-09-13 10:57:54 +0200
commitff4b13f8e5af14f16e1b872a40c33781b9ea70b6 (patch)
tree4f6f6906ba9069b8b627a39e0544ebb31ccd1729
parent79fd514ace1982fd0c9d7f14866744f3bc26319b (diff)
downloadcgit-config-master.tar.bz2
update on cgitrcHEADmaster
-rw-r--r--etc/cgitrc79
1 files changed, 69 insertions, 10 deletions
diff --git a/etc/cgitrc b/etc/cgitrc
index 7a9ac27..dc28464 100644
--- a/etc/cgitrc
+++ b/etc/cgitrc
@@ -1,25 +1,33 @@
-#vim:syntax=config
+#
+# cgit config
+# see cgitrc(5) for details
+
css=/cgit.css
logo=/cgit.png
favicon=/favicon.ico
-root-title=repositories @ lirion.de
+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=0
+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=/var/cache/cgit
+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
+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
@@ -48,31 +56,82 @@ 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
-# 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
+
+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
-repo-path=/git/cgit.git
+
+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.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.