widdix / mastodon-on-aws

Host your own Mastodon instance on AWS
https://cloudonaut.io/mastodon-on-aws/
134 stars 27 forks source link

Would be great if we could use CloudFront to serve static images instead of S3 public access #32

Closed natetallman closed 1 year ago

natetallman commented 1 year ago

Is anyone working on that currently? I'd like to take a stab at it, although I'm new to mastodon. I don't want to duplicate efforts if someone else has that going.

andreaswittig commented 1 year ago

Working on that right now.

andreaswittig commented 1 year ago

@natetallman Just released v0.10.0 which adds CloudFront to distribute user uploads stored on S3.

andreaswittig commented 1 year ago

Sorry, the build for v0.10.0 failed. Please use v0.10.1 instead.

maooson commented 1 year ago

@andreaswittig Thank you, you did an excellent job. I successfully deployed my Mastodon instance using your solution.