From 7bad651a767b5907272238e086e3ad0faa88d193 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 25 Jan 2023 12:48:49 +0100 Subject: [PATCH] add explanation for clamav Signed-off-by: Simon L --- php/templates/containers.twig | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 16372604..6d74031f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -488,9 +488,9 @@ {% if is_clamav_enabled == true %} -
+
{% else %} -
+
{% endif %} {% if is_collabora_enabled == true %}
diff --git a/readme.md b/readme.md index 18552e32..7d51406f 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Included are: - High performance backend for Nextcloud Talk - Backup solution (based on [BorgBackup](https://github.com/borgbackup/borg#what-is-borgbackup)) - Imaginary -- ClamAV +- ClamAV (Antivirus backend for Nextcloud) - Fulltextsearch ## How to use this?