... |
... |
@@ -39,14 +39,13 @@ |
39 |
39 |
: Default value: //127.0.0.1//. Specifies the //IP// address of the //ClamAV//-daemon service to be used. The default value is //127.0.0.1// and thus uses a local //ClamAV//-daemon service. |
40 |
40 |
; port (Required) |
41 |
41 |
: Default value: //3310//. Specifies the port of the //ClamAV//-daemon service to use. The default value should only be changed if this port is not available. |
42 |
|
-; file-source |
43 |
|
-: If the value //stream// is entered here (default value), the data of the file to be checked will be transferred directly to the //ClamAV//-daemon service. If the value //path// is entered here, scanning is done directly on the path - whereby the //ClamAV//-daemon service must have root rights for this. |
|
42 |
+; os (Optional) |
|
43 |
+: Default value: //JVM_PLATFORM//. Operating system on which the ClamAV daemon service is running. This value is only relevant if the operating system of formcycle and that of the ClamAV daemon service are different. For Linux or MacOS enter //UNIX//, for Windows enter //WINDOWS//. If both are running on the same operating system, you can leave this value blank or use //JVM_PLATFORM//. |
44 |
44 |
|
45 |
45 |
{{info}} |
46 |
46 |
//ClamAV// is intended to run on Linux-based servers. Therefore, we cannot guarantee any other support. |
47 |
47 |
{{/info}} |
48 |
48 |
|
49 |
|
- |
50 |
50 |
== Configuration //ClamAV// == |
51 |
51 |
|
52 |
52 |
The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV//-daemon service on the same server. |
... |
... |
@@ -151,10 +151,18 @@ |
151 |
151 |
|
152 |
152 |
== Version history == |
153 |
153 |
|
154 |
|
-**Version 1.0.1** |
|
153 |
+=== Version 1.0.3 === |
155 |
155 |
|
156 |
|
-* Optimisations for installation on server clusters |
|
155 |
+* Change: The plugin is synchronized with the frontend server when one is available. This allows for malware scanning when using a frontend server. |
157 |
157 |
|
158 |
|
-**Version 1.0.0** |
|
157 |
+=== Version 1.0.2 === |
159 |
159 |
|
|
159 |
+* Remove: property for path scanning, only InputStream now. |
|
160 |
+ |
|
161 |
+=== Version 1.0.1 === |
|
162 |
+ |
|
163 |
+* Fix: Skip scanning if operating system is not UNIX instead of detecting the file as a virus. |
|
164 |
+ |
|
165 |
+=== Version 1.0.0 === |
|
166 |
+ |
160 |
160 |
* Initial release |