File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Changes 01/20/2026 (v3.1.3)
44
5+ ` release(v3.1.3): document VIRUS_SCAN_EXCLUDE_DIRS for ClamAV upload scanning `
6+
57` release(v3.1.3): ClamAV exclude paths (Admin + env) for upload scanning (answers #94) `
68
79** Commit message**
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ docker compose up -d
224224> Other useful env vars (optional):
225225> ` FR_WEBDAV_MAX_UPLOAD_BYTES ` (WebDAV upload cap in bytes; ` 0 ` = unlimited),
226226> ` FR_ENCRYPTION_MASTER_KEY ` (32-byte key: hex or ` base64:... ` ),
227- > ` VIRUS_SCAN_ENABLED ` / ` VIRUS_SCAN_CMD ` / ` CLAMAV_AUTO_UPDATE ` ,
227+ > ` VIRUS_SCAN_ENABLED ` / ` VIRUS_SCAN_CMD ` / ` VIRUS_SCAN_EXCLUDE_DIRS ` / ` CLAMAV_AUTO_UPDATE ` ,
228228> ` LOG_STREAM ` (` error ` /` access ` /` both ` /` none ` ),
229229> ` HTTP_PORT ` / ` HTTPS_PORT ` / ` SERVER_NAME ` ,
230230> ` SHARE_URL ` (override share endpoint; ` FR_PUBLISHED_URL ` preferred).
@@ -311,7 +311,7 @@ Notes:
311311## Optional dependencies
312312
313313- ** FFmpeg** – video thumbnails (set ` FR_FFMPEG_PATH ` if not on PATH).
314- - ** ClamAV** – upload scanning (` VIRUS_SCAN_ENABLED=true ` ).
314+ - ** ClamAV** – upload scanning (` VIRUS_SCAN_ENABLED=true ` ), optional ` VIRUS_SCAN_EXCLUDE_DIRS ` path excludes .
315315- ** PHP sodium (libsodium)** – required for encryption-at-rest.
316316- ** ONLYOFFICE Document Server** – document editing in the browser.
317317
You can’t perform that action at this time.
0 commit comments