👾 Antivirus app for Nextcloud Files
Перейти к файлу
Jenkins for ownCloud 28bf201560 [tx-robot] updated from transifex 2013-03-08 00:23:09 +01:00
appinfo Set required owncloud version to 4.93 2013-02-24 17:39:59 +01:00
js Move code into subdirectory 2012-12-17 18:05:02 +01:00
l10n [tx-robot] updated from transifex 2013-03-08 00:23:09 +01:00
lib Remove sanitization parameter from assign 2013-02-28 19:14:53 +01:00
templates Replace echo with p 2013-02-28 18:26:55 +01:00
README.md Antivirus: Update README.md 2013-01-18 16:29:24 +01:00
settings.php Antivirus: Add admin check for settings 2013-02-09 15:09:28 +01: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
  • 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)

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