v1.3.0
[v1.3.0] - 2025-04-21
🆕 Security features
-
🛡️ Automatic ClamAV database updates
The app can now keep its antivirus definitions up to date automatically using a scheduled cron task.
You can customize the schedule and timezone with the following environment variables:DAILY_TASK_CRON– defines the cron expression (e.g.0 2 * * *for daily at 2 AM)DAILY_TASK_TIMEZONE– defines the timezone (e.g.Europe/Madrid,UTC, etc.)
The update task runs once at startup and will only continue running on schedule if the initial update succeeds.