Skip to main content

20 docs tagged with "guides"

View All Tags

AWS Deployment

Learn in this guide how to deploy your Strapi application on AWS EC2, host your database on AWS RDS and upload your assets on AWS S3.

Azure Deployment

Learn in this guide how to deploy your Strapi application on Microsoft Azure.

Caddy Proxying

Learn how you can use a proxy application like Caddy to secure your Strapi application.

HAProxy Proxying

Learn how you can use a proxy application like HAProxy to secure your Strapi application.

Heroku

Learn in this guide how to deploy your Strapi application on Heroku.

Hosting Guides

Learn in this guide how to deploy your Strapi application.

How to populate creator fields

Learn how to populate creator fields such as createdBy and updatedBy by creating a custom controller that leverages the populate parameter.

Nginx Proxying

Learn how you can use a proxy application like Nginx to secure your Strapi application.

REST API Guides

Deep dive into some specific REST API topics using guides that extensively explain some use cases or give step-by-step instructions.

Understanding populate

Learn what populating means and how you can use the populate parameter in your REST API queries to add additional fields to your responses.

Use public assets

The public folder of Strapi is used for static files that you want to make accessible to the outside world.