diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-04-21 08:41:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 08:19:00 +0700 |
commit | 7ea6df2d64d730bd7792911d1391ad3119802bc5 (patch) | |
tree | 52cfcd3585936003ef367194933c0edff5bbe5a4 /development/cgit/config/cgitrc.sample | |
parent | 9911242a747547e52b99459f46233e8b5a4dac3e (diff) | |
download | slackbuilds-7ea6df2d64d730bd7792911d1391ad3119802bc5.tar.gz |
development/cgit: Updated for version 1.2.3.
Rewrote the example configurations for apache
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cgit/config/cgitrc.sample')
-rw-r--r-- | development/cgit/config/cgitrc.sample | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/development/cgit/config/cgitrc.sample b/development/cgit/config/cgitrc.sample index cd23168d04..31d7708333 100644 --- a/development/cgit/config/cgitrc.sample +++ b/development/cgit/config/cgitrc.sample @@ -8,11 +8,13 @@ virtual-root=/ snapshots=tar.gz branch-sort=age # for this to work you have to build cgit against lua -# and install luacrypto too +# and install luacrypto too. +# you wull have also to add email-gravatar-sbo-additions.css +# at the bottom of your installed cgit.css email-filter=lua:/usr/share/cgit/filters/email-gravatar-sbo.lua -#css=/static/cgit.css -#logo=/static/cgit.png +#css=/cgit.css +#logo=/cgit.png # repository specific data repo.url=slackbuilds |