fix: Update TablePersons component with improved layout and name type handling also for organizations
Some checks failed
build.yaml / fix: Update TablePersons component with improved layout and name type handling also for organizations (push) Failing after 0s

This commit is contained in:
Kaimbacher 2025-10-29 14:36:05 +01:00
commit a4e6f88e07
2 changed files with 196 additions and 120 deletions

View file

@ -45,8 +45,8 @@ async function scanFileForViruses(filePath: string | undefined, options: Options
active: true, // If true, this module will consider using the clamdscan binary
host: options.host, // IP of host to connect to TCP interface,
port: options.port, // Port of host to use when connecting to TCP interface
socket: '/var/run/clamav/clamd.socket', // Socket file for connecting via socket
localFallback: false, // Use local clamscan binary if socket/tcp fails
// socket: '/var/run/clamav/clamd.socket', // Socket file for connecting via socket
// localFallback: false, // Use local clamscan binary if socket/tcp fails
// port: options.port,
multiscan: true, // Scan using all available cores! Yay!
},