DB
hello
We are setting up an Hubzilla instance to support a large community that will post lots of pictures and videos.
Challenge: The Hubzilla official guide doesn't explain how to store media files from users (like photos and videos) to an external cloud storage (example Amazon S3 bucket) or CDN (example Amazon CloudFront). Hence, these photos and videos are getting stored to a NFS filesystem attached to all web application servers. This is costly and may degrade performance as we scale.
Question: Is there a way to offload the Hubzilla media to cloud Storage or CDN like Amazon S3 or CloudFront? For example, WordPress has a similar plug-in
https://en-ca.wordpress.org/plugins/amazon-s3-and-cloudfront/ . If no such plug-in, is there any other way we do to accomplish this?
Are there any best practices for storing pics and videos?
Appreciate your responses.
Regards