diff options
author | 2025-01-05 15:32:46 +0100 | |
---|---|---|
committer | 2025-01-05 15:32:46 +0100 | |
commit | 36ba24478a4493389cac1f5233b10eab909bceba (patch) | |
tree | e62fda2a0b621cb3ff90dbd5e2c0329137d148ed /image | |
parent | 9eb523beeddc88be51de094e117737797dbdda5d (diff) | |
download | cgit-oci-36ba24478a4493389cac1f5233b10eab909bceba.tar.gz cgit-oci-36ba24478a4493389cac1f5233b10eab909bceba.tar.bz2 cgit-oci-36ba24478a4493389cac1f5233b10eab909bceba.tar.lz cgit-oci-36ba24478a4493389cac1f5233b10eab909bceba.zip |
feat: support libravatar
Diffstat (limited to 'image')
-rw-r--r-- | image/cgitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/image/cgitrc b/image/cgitrc index 5054a5f..87d1b9c 100644 --- a/image/cgitrc +++ b/image/cgitrc @@ -40,6 +40,9 @@ root-desc=Some information... # Allow download of tar.gz, tar.bz2, tar.lz and zip-files snapshots=tar.gz tar.bz2 tar.lz zip +# Show libravatar +email-filter=lua5.4 /usr/lib/cgit/filters/email-libravatar.lua + robots=noindex, nofollow enable-git-config=1 #source-filter=/opt/highlight.sh |