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
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...
- Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava...