Skip to main content

28 docs tagged with "configuration"

View All Tags

API 令牌配置

使用 API 令牌允许以经过身份验证的用户身份在 Strapi 的 REST API 端点上执行请求。

CRON 作业

Strapi 允许你配置 cron 作业以在特定日期和时间执行,并具有可选的重复规则。

Database

Configure your own database on Strapi Cloud.

Email Provider

Configure Strapi Cloud to use a third-party email provider.

SSO 配置

Strapi 的 SSO 允许你为管理面板配置其他登录和注册方法。需要企业版。

Upload Provider

Configure Strapi Cloud to use a third-party upload provider.

使用公共资源

Strapi 的公共文件夹用于存放你想要让外界访问的静态文件。

插件的服务器 API

Strapi 的插件服务器 API 允许 Strapi 插件自定义应用的后端部分(即服务器)。

插件配置

Strapi 插件有一个入口点文件来定义其配置。

服务器代理配置

在 Strapi 5 中,所有代理配置选项现在都通过 '/config/server.js|ts' 中的 'server.proxy' 对象进行配置,而不是像 Strapi v4 中那样具有各种选项名称,例如 'globalProxy' 和 'proxy'。

生命周期函数

Strapi 包含控制应用流程的生命周期函数(例如注册、引导和销毁)。

设置和部署

Strapi 旨在安装在本地计算机上,然后进行配置,最后部署到远程环境。

配置

了解如何管理和自定义 Strapi 应用的配置。