File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ docker compose logs -f
95955 . 在 ** Persistent Storage** 挂载 ` /app/config ` 。
96966 . 完成部署后,使用平台分配域名/端口访问,并在面板 settings 校对 ` start_port ` 。
9797
98- ### 仓库内模板文件(可选)
98+ > 如果在 ClawCloud 的 YAML 导入入口看到报错 ` The first YAML type is not Template ` ,说明当前入口期望的是“Template 类型 YAML”。本项目提供的 ClawCloud 文件是 Dashboard 参数示例,请按 App Launchpad 页面手动填写。
99+
100+ ### 仓库内辅助文件(可选)
99101
100102- Zeabur 模板:` deploy/zeabur/template.yaml `
101- - ClawCloud 参数模板 :` deploy/clawcloud/app-launchpad-template .yaml `
103+ - ClawCloud 参数示例 :` deploy/clawcloud/app-launchpad-values.example .yaml `
102104
103105如果你更偏向可视化操作,可以直接按上面的 Dashboard 步骤部署,不必使用 CLI。
104106
Original file line number Diff line number Diff line change 1- # ClawCloud App Launchpad 填写模板(参考)
2- # 说明:此文件用于帮助在控制台快速填写参数,不是 ClawCloud 自动导入清单。
1+ # ClawCloud App Launchpad 参数示例(仅供参考)
2+ # 注意:这不是 ClawCloud 的“模板导入文件”,请在 Dashboard 手动填写。
3+ # 如果在导入 YAML 的入口使用本文件,可能会出现:The first YAML type is not Template
34
45app :
56 name : singbox-proxy-manager
67 image : ghcr.io/cheluen/singbox-proxy-manager:latest
78
89ports :
9- # 管理面板
1010 - name : panel
1111 container_port : 30000
1212 protocol : HTTP
13-
14- # 代理入口(默认先开一个,后续在控制台继续新增)
1513 - name : proxy01
1614 container_port : 30001
1715 protocol : TCP
You can’t perform that action at this time.
0 commit comments