ClamAV
Docker app from TQ's Repository
Overview
This template is for scanning your Unraid server with clamav and clamscan. To scan your server, check the environment variable to set the scanned folder and just start the container. When it is finished, the container will stop and you can view the logs to see the results.
If you are having issues with permissions, you should adjust your User ID and Group ID below.
You might also need to change the permissions on the config folder.
You can do with with Docker Safe Permissions, using the built-in "NewPerms" commands, or a simple shell command.
- In the GUI
- newperms /mnt/cache/appdata/clamav
- chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/appdata/clamav && chown -R nobody:users /mnt/cache/appdata/clamav
NOTE:Option 3 above are the commands that "newperms" runs in the bg.
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Container Path: /scan
- Target
- /scan
- Default
- /path/to/scan
- Value
- /mnt/user
Storage for freshclam updates
- Target
- /var/lib/clamav
- Default
- /mnt/user/appdata/clamav
- Value
- /mnt/user/appdata/clamav
ID of the user the application runs as.
- Target
- USER_ID
- Default
- 99
- Value
- 99
ID of the group the application runs as.
- Target
- GROUP_ID
- Default
- 100
- Value
- 100
Categories
Download Statistics
Total Downloads Over Time
Details
tquinnelly/clamav-alpineRun ClamAV on Unraid.
ClamAV is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.