
clamav
Open-source antivirus engine.
railway-clamav
half0wl/railway-clamav
Just deployed
ClamAV is an open-source antivirus engine for detecting trojans, viruses, malware, and other malicious threats. Visit https://docs.clamav.net/ for more information.
This template deploys ClamAV to Railway. It uses the official ClamAV Docker image, and modifies it to support configuration via environment variables.
To configure ClamAV via environment variables, set
CLAMD_CONF_${CONFIGURATION_KEY}=${VALUE}
where CONFIGURATION_KEY
is the
name of the configuration specified in clamd.conf
and VALUE
is the value you want to set.
freshclam.conf
can also be
configured this way using FRESHCLAM_CONF_${CONFIGURATION_KEY}=${VALUE}
.
Example(s):
- To set
StreamMaxLength=100M
inclamd.conf
, setCLAMD_CONF_StreamMaxLength=100M
in the environment - To set
ConnectTimeout=30
infreshclam.conf
, setFRESHCLAM_CONF_ConnectTimeout=30
in the environment
Template Content
railway-clamav
half0wl/railway-clamav