Is there a way to save/access files on a server as volumes using appwrite functions? My use case is to save some files and then further process them with terminal programs on the server then finally save them to a storage bucket.
The current implementation I'm considering involves the function saving files to a bucket then downloading the files with curl on the server (host) processing them then uploading back to the bucket.
I'd however prefer to skip the download and upload via curl and having the function do everything by having both host and function have access to the files using docker volumes. Any suggestion is appreciated. Thanks
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...