diff options
feat: support libravatar
-rw-r--r-- | Containerfile | 3 | ||||
-rw-r--r-- | image/cgitrc | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 352b6b9..7e8b920 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,8 @@ RUN apk upgrade --no-cache && \ fcgiwrap \ sudo zsh openrc \ libcap \ - lzip + lzip \ + lua5.4 lua5.4-ossl ADD image/prepare-container.sh /usr/local/bin/prepare-container.sh ADD image/fcgiwrap-launcher /usr/local/bin/fcgiwrap-launcher 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 |