# Strapi 云基础 {#strapi-cloud-fundamentals}

> Source: https://strapi.nodejs.cn/cloud/cloud-fundamentals

🌐 Strapi Cloud fundamentals

Strapi Cloud 是一个用于部署 Strapi CMS 项目的 PaaS 托管平台，提供三种具有不同功能和支持级别的定价方案，两种用户角色（所有者和维护者），以及与自托管服务器行为完全相同的 REST/GraphQL API。

🌐 Strapi Cloud is a PaaS hosting platform for deploying Strapi CMS projects, offering three pricing plans with different features and support levels, two user roles (owners and maintainers), and REST/GraphQL APIs that behave identically to self-hosted servers.

在进一步阅读此 Strapi Cloud 文档之前，我们建议你先了解以下主要概念。它们将帮助你理解 Strapi Cloud 的工作原理，并确保顺利使用 Strapi Cloud。

🌐 Before going any further into this Strapi Cloud documentation, we recommend you to acknowledge the main concepts below. They will help you to understand how Strapi Cloud works, and ensure a smooth Strapi Cloud experience.

- **托管平台** <br/> Strapi Cloud 是一个托管平台，可用于部署已经使用 Strapi CMS（内容管理系统）创建的现有 Strapi 项目。Strapi Cloud *不是* Strapi CMS 的 SaaS（[Software-as-a-Service](https://en.wikipedia.org/wiki/Software_as_a_service)）版本，而应被视为 PaaS（[Platform-as-a-Service](https://en.wikipedia.org/wiki/Platform_as_a_service)）。如需了解有关 Strapi CMS 的更多信息，请随时参考 [CMS 文档](https://strapi.nodejs.cn/cms/intro)。
- **Strapi 云定价计划** <br/> 作为 Strapi 云的用户，你可以在三种计划之间进行选择：入门版、专业版和企业版。根据所选计划，你可以访问不同的功能、支持和定制选项（详情请参见[定价页面](https://strapi.io/pricing-cloud)）。在本 Strapi 云文档中，  和  徽章可以显示在章节标题下，以表示该功能仅从相应计划开始可用。如果未显示徽章，则该功能在入门版计划中可用。云文档中仅使用专业版和企业版徽章，因为入门版是基础计划；  组件是为了与其他 Strapi 文档保持一致而存在，但不会显示在云页面上。
- **Strapi Cloud 用户类型** <br/> 在 Strapi Cloud 项目中可以有两种类型的用户：所有者和维护者。所有者是创建项目的人，因此可以访问该项目的所有功能和选项。维护者是被项目所有者邀请来为已创建的项目做出贡献的用户。正如[协作](/cloud/projects/collaboration)页面所述，维护者无法查看和访问 Strapi Cloud 仪表板中的所有功能和选项。
- **支持** <br/> Strapi 支持团队提供的支持级别取决于你所订阅的 Strapi Cloud 计划。Starter 和 Pro 计划包含基础支持，而 Business 计划包含标准支持。有关支持级别的所有详细信息，请参阅[专门的支持文章](https://support.strapi.io/support/solutions/articles/67000680833-what-is-supported-by-the-strapi-team#Not-Supported)。
- **Strapi Cloud 与自托管环境中的 API 访问** <br/> REST 和 GraphQL API 在 Strapi Cloud 和自托管服务器上的表现是相同的。唯一的区别是 URL：
    - 基础 API 域：在 Strapi Cloud 上，你的 API 使用环境的域（例如 `https://<project>.strapiapp.com/api/...`），或者如果你设置了自定义域，则使用你的自定义域（参见 [域文档](/cloud/projects/settings#domains)）。自托管项目将使用你所暴露的任何域。
    - 媒体库网址：来自 Strapi Cloud 的 REST 和 GraphQL 响应中的媒体字段始终使用项目媒体域（例如 `<project>.media.strapiapp.com`），即使你通过自定义域访问 API。自托管项目会返回配置的上传提供商的 URL，因此域名可以与你自己的网站或 CDN 匹配。当你将项目从自托管迁移到 Strapi Cloud 时，请确保你的前端读取 API 返回的绝对 URL 或接受 Strapi Cloud 的媒体域。
