
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
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Issue - Migration From Cloud > Self Host...
Hi team, I’m trying to migrate a few of my Appwrite projects from the cloud to a self-hosted instance. These projects are currently in “archive mode” due to th...
