
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
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
