
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
- DigitalOcean Droplet SMTP failure with m...
Is there any way to get the appwrite 1.6 mailer docker image working on a droplet? I can send emails via the appwrite console, but my magiclinks always fiail wi...
- unable to remove project 500 error
We are unable to remove a project, when clicking setting option it showing 500 Server Error
- API preflight request not working on .f...
When I am calling a function on my APP through the domain is failing. Because the preflight request (OPTIONS HTTP request) times out. this only occurs with fu...
