Any update about this message : https://discord.com/channels/564160730845151244/564161373148414012/1042848100148060272 ?
We append this on our compose file (use clamav image, not appwrite)
clamav:
image: clamav/clamav
container_name: appwrite-clamav
restart: unless-stopped
networks:
- appwrite
volumes:
- ./volumes/appwrite-uploads:/storage/uploads
It seems to work but we have not done any test on it
There were updates to clamav merged recently https://github.com/appwrite/appwrite/issues/3311
I would expect the changes to be released in version 1.3
[SOLVED] clamav
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...