Friend.ly icon indicating copy to clipboard operation
Friend.ly copied to clipboard

feat: use IMGBB to store images rather than local file system

Open sovoid opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Currently, the app uses local file system to store media such as post images. If running on AWS, it stores the images on S3. We can use IMGBB to store images regardless of the platform on which the app is running

Describe the solution you'd like

Modify post handler to store images in IMGBB instead of storing it locally

sovoid avatar Jan 17 '21 08:01 sovoid