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

Strapi 5 #20

Open
yevhenskakun opened this issue May 13, 2024 · 1 comment · May be fixed by #21
Open

Strapi 5 #20

yevhenskakun opened this issue May 13, 2024 · 1 comment · May be fixed by #21

Comments

@yevhenskakun
Copy link

Do you plan to support strapi v5?

@Zharkan
Copy link

Zharkan commented Sep 29, 2024

I've bumped it to V5 + typescript, added support for private buckets, s3 & minio. Only tested on self hosted Minio though.
I've also opened a PR, so hopefully this will be merged at some point.

In the meantime, you might want to do this in your package.json :
"strapi-plugin-placeholder": "github:Gaylord-Julien/strapi-plugin-placeholder#main",

Then in plugins.ts :

  "strapi-plugin-placeholder": {
    enabled: true,
    resolve: "./node_modules/strapi-plugin-placeholder",
    config: {
      endpoint: env("MINIO_ENDPOINT"),
      accessKey: env("MINIO_ACCESS_KEY"),
      secretKey: env("MINIO_SECRET_KEY"),
      bucket: env("MINIO_BUCKET"),
      forcePathStyle: true,
    },
  },

@Zharkan Zharkan linked a pull request Jan 11, 2025 that will close this issue
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 a pull request may close this issue.

2 participants