👾 Antivirus app for Nextcloud Files
Перейти к файлу
Jenkins for ownCloud 53179bc3d1 [tx-robot] updated from transifex 2014-03-11 06:31:34 -04:00
appinfo Merge pull request #1249 from owncloud/update_to_public_api_files_antivirus 2013-09-07 13:17:00 -07:00
js Now using view->fopen() to stream file contents to clamav 2013-10-29 16:21:11 +01:00
l10n [tx-robot] updated from transifex 2014-03-11 06:31:34 -04:00
lib Fixed Clamscan report 2013-11-19 14:05:36 +01:00
templates more elegant style for Personal and Admin settings, also in apps repo 2013-10-05 13:26:41 +03:00
README.md New files_antivir Version 4.0-1 2013-06-06 08:57:26 +02:00
settings.php Merge pull request #1249 from owncloud/update_to_public_api_files_antivirus 2013-09-07 13:17:00 -07:00

README.md

#Owncloud Antivirus App

files_antivirus is an antivirus app for Owncloud based on ClamAV.

v0.3

##Details

The idea is to check for virus at upload-time, notifying the user (on screen and/or email) and remove the file if it's infected.

##Status

The App is not complete yet, the following works/is done:

  • It can be configured to work with the executable or the daemon mode of ClamAV
  • If used in daemon mode it can connect through network- or local file-socket
  • In daemon mode, it sends files to a remote/local server using INSTREAM command
  • When the user uploads a file, it's checked
  • If an uploaded file is infected, it's deleted and a notification is shown to the user on screen and an email is sent with details.
  • Tested in Linux only
  • Background Job to scan all files

##In progress

  • Test uploading from clients

##ToDo

  • File size limit
  • Configurations Tuneups
  • Other OS Testing
  • Look for ideas :P

Requirements

  • Owncloud 4
  • ClamAV (Binaries or a server running ClamAV in daemon mode)

3rd party software used

Install

  • Install and enable the App
  • Go to Admin Panel and configure the App

Authors: Manuel Delgado López :: manuel.delgado at ucr.ac.cr Bart Visscher