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
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...
- Hosting Issues with Static IP not domain...
I have a machine with Static Public IP. I want to host Appwrite Site on it but I tried it but it doesn't allow IP addresses in Domain names. What should I do h...
- encrypt and decrypt buckets
I have a bucket where I switched from encryption to not encrypting files. I later realized that files already uploaded earlier stay encrypted. Now I have a buck...