render-examples / strapi-sqlite

Deploy Strapi with SQLite on Render
https://render.com/docs/deploy-strapi
MIT License
49 stars 339 forks source link

Update Strapi version to 3.2.1 #1

Closed lauriejim closed 4 years ago

lauriejim commented 4 years ago

Thank you for creating these Strapi templates, I really appreciate it.

The following update has also to be applied on the following template (I let you do that)

This PR is an update of the Strapi version we just released a few days ago. Check out the release article to have more details: https://strapi.io/blog/announcing-a-new-draft-and-publish-feature The main point is about the Draft & Publish feature.

Side note about the template project itself (same for other templates), I don't know if it's possible but during the build and service creation, it would be better to introduce the ADMIN_JWT_SECRET env var with a random UID and same for JWT_SECRET Because here all your generated projects will have the same value and in terms of security, it's not good.

If not possible to specify that in the render.yaml I suggest adding this requirement in the documentation - https://render.com/docs/deploy-strapi

Thank you again!