👾 Antivirus app for Nextcloud Files
Перейти к файлу
Jenkins for ownCloud 9fc1c999fc [tx-robot] updated from transifex 2015-01-05 01:09:11 -05:00
ajax Rename table 2014-11-21 01:10:03 +03:00
appinfo Oracle: Empty means null 2014-11-21 17:25:00 +03:00
css Allow pass extra command line parameters 2014-06-09 18:55:28 +03:00
img add antivirus app icon 2014-11-14 17:37:31 +01:00
js Add clear all button 2014-06-05 00:53:07 +03:00
l10n [tx-robot] updated from transifex 2015-01-05 01:09:11 -05:00
lib Rename table 2014-11-21 01:10:03 +03:00
templates Allow pass extra command line parameters 2014-06-09 18:55:28 +03:00
tests Rename table 2014-11-21 01:10:03 +03:00
.scrutinizer.yml Adding proper travis integration 2014-11-14 13:21:39 +01:00
.travis.yml No more php 5.3 2014-12-05 09:25:50 +01:00
README.md fix authors 2014-12-11 11:05:41 +01:00
build.xml Adding proper travis integration 2014-11-14 13:21:39 +01:00
settings.php Allow pass extra command line parameters 2014-06-09 18:55:28 +03: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