Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added strapi-plugin-local-image-sharp #51

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

Otju
Copy link
Contributor

@Otju Otju commented Feb 13, 2023

Added strapi-plugin-local-image-sharp. Probably won't work with current prod configuration.

@Otju Otju requested a review from PurkkaKoodari February 13, 2023 09:20
@PurkkaKoodari
Copy link
Member

PurkkaKoodari commented Feb 13, 2023

Yep - as discussed previously, this won't work in prod as-is.

strapi-plugin-local-image-sharp runs ipx locally (initialized by this code). It hardcodes local paths from which images are loaded, while we're storing the uploads in Blob Storage.

If we don't find an easy alternative that would pre-build the image cache, we might be able to make this plugin work by mounting the image storage as a Docker volume in App Engine. We probably still want a CDN in front, so that we don't need a high-performance App Engine to serve the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants