Nextcloud anti-virus wants clamscan on server
-
Cloudron works properly if nothing else is installed on its server.
Nextcloud has an optional app, an anti-virus checker for files, however this requires clamav to be installed on the server.
Has anybody tried this? Does it work ok?
From Arya ai:
After installing ClamAV, check if the clamscan executable is located in the expected path (/usr/bin/clamscan). If it's not, you can create a symbolic link to the correct location using the following command:
sudo ln -s /path/to/clamscan /usr/bin/clamscan
Replace /path/to/clamscan with the actual path to the clamscan executable on your system.
Once the symbolic link is created, restart your Nextcloud instance to apply the changes and resolve the RuntimeException.