Some checks failed
build.yaml / feat: Enhance background job settings UI and functionality (push) Failing after 0s
- Updated BackgroundJob.vue to improve the display of background job statuses, including missing cross-references and current job mode. - Added auto-refresh functionality for background job status. - Introduced success toast notifications for successful status refreshes. - Modified the XML serialization process in DatasetXmlSerializer for better caching and performance. - Implemented a new RuleProvider for managing custom validation rules. - Improved error handling in routes for loading background job settings. - Enhanced ClamScan configuration with socket support for virus scanning. - Refactored dayjs utility to streamline locale management.
47 lines
No EOL
874 B
Text
47 lines
No EOL
874 B
Text
##
|
|
## Container-optimized freshclam configuration
|
|
##
|
|
|
|
# Database directory
|
|
DatabaseDirectory /var/lib/clamav
|
|
|
|
# Log to stdout for container logging
|
|
# UpdateLogFile /dev/stdout
|
|
|
|
# Basic logging settings
|
|
LogTime yes
|
|
LogVerbose yes
|
|
LogSyslog no
|
|
|
|
# PID file location
|
|
PidFile /var/run/clamav/freshclam.pid
|
|
|
|
# Database owner
|
|
DatabaseOwner node
|
|
|
|
# Mirror settings for Austria
|
|
DatabaseMirror db.at.clamav.net
|
|
DatabaseMirror database.clamav.net
|
|
|
|
# With this option you can control scripted updates. It's highly recommended
|
|
# to keep it enabled.
|
|
# Default: yes
|
|
# Update settings
|
|
ScriptedUpdates yes
|
|
|
|
# Number of database checks per day.
|
|
# Default: 12 (every two hours)
|
|
Checks 12
|
|
|
|
# Don't fork (good for containers)
|
|
Foreground no
|
|
|
|
# Connection timeouts
|
|
ConnectTimeout 60
|
|
ReceiveTimeout 60
|
|
|
|
# Test databases before using them
|
|
TestDatabases yes
|
|
|
|
# Enable bytecode signatures
|
|
Bytecode yes |