Fleek:Serverless 云端静态网站托管无服务平台

Fleek is an edge-optimized cloud platform that allows users to build, host, and deploy websites and applications efficiently, empowering developers to create fast and high-performing apps.

(已于 2025年4月17日起收费)

IPFS 网络


https://fleek.xyz/

部署

命令行工具依赖 Node

  1. 安装命令行工具
    https://fleek.xyz/docs/cli/

     npm i -g @fleek-platform/cli
  2. 登录

    # 若登录不成功,可能需要使用代理。
    fleek login
  3. 创建项目

    fleek projects create
  4. 设置网站

    fleek sites init

    相关说明:

    # 部署当前文件夹到服务器,则用 .
    Please specify the directory containing the site files to be uploaded > .
    
    # 生成的配置文件格式,默认为 JSON,文件名为  fleek.config.json。
    Select a format for saving the site's configuration > JSON
  5. 部署

    fleek sites deploy
    > Site IPFS Content Identifier (CID): xxxxx
    💡 You can access it through the gateway:
    🔗 https://<SLUG>.on-fleek.app

预览地址:https://jetsung.on-fleek.app/

2 个月 后
jetsung 更改标题为「Fleek:Serverless 云端静态网站托管无服务平台