Kategorien: applications, nextcloud, security
How to install Antivirus-App in Nextcloud with ClamAV

Veröffentlichungsdatum:
Autor: Markus Weingärtner
Anzahl Kommentare: keine Kommentare
Today, we configure our Nextcloud to automatically scan files for viruses. To do this, we need to install ClamAV and configure the antivirus app. Step 1: First install ClamAV sudo apt install clamav clamav-freshclam clamav-daemon and start the ClamAV update process: sudo systemctl stop clamav-freshclam sudo freshclam Then we edit the ClamAV configuration sudo nano […]