I'm self hosting and using backblaze as storage solution, curious how can I get cloudflare cdn to work with appwrite storage for images any help is much appreciated
It should just work, I would expect? Are you having issues?
you mean when I just configure my domain over cloudflare and host appwrite, I would get cdn automatically for bucket urls / images?
Should do
You will need to setup a cache rule for that
Also, only do that if files will be available for everyone
Or just cache public files
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...