🚀 CloudBase Framework 是云开发官方出品的前后端一体化部署工具 🔥
无需改动代码,前后端一键托管部署,基于Serverless架构,加速访问,弹性免运维。
- 安装 CLI
npm install -g @cloudbase/cli@latest
- 初始化一个应用
cloudbase init
- 部署应用
cloudbase framework deploy
下面的快速开始部分可以帮助您更快地体验 CloudBase Framework 的能力,以便尽快开始将自己的项目部署起来。
查看项目示例
每一个例子都提供了一个 部署按钮,可以点击之后在云端一键部署,将应用安装在您的腾讯云开发环境中。同时我们也提供了对应的源代码,可以查看源代码,Clone 或者下载项目到本地进行修改,在本地通过 CloudBase CLI 进行一键部署。
Daruk 应用 Daruk 是一款基于 Koa2,使用 Typescript 开发的轻量级 web 框架 ,使用云函数云资源 |
ThinkJS 应用 ThinkJS 是一款可以使用ES6/7 特性开发项目的Node.js 框架,支持TypeScript。 ,使用云函数云资源 |
Jenkins Jenkins 是一个独立的开源软件项目,是基于 Java 开发的一种持续集成工具,用于监控持续重复的工作,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能。 ,使用云托管,CFS云资源 |
Go 云函数 快速搭建一个基于 GO 语言的简单、可靠、高效的应用 ,使用云函数云资源 |
Java 云函数示例 快速构建开放、极简 Java 应用框架 ,使用云函数云资源 |
PHP 云函数示例 快速构建灵活、高效的 PHP 应用框架 ,使用云函数云资源 |
Omi 应用 快速构建一个跨框架的 Omi 应用 ,使用云函数, 静态托管云资源 |
Aqueduct (Dart Server) 云托管 快速构建一个包含多线程 HTTP 服务器框架的 Aqueduct 云托管实例 ,使用云数据库, 云托管云资源 |
Nextcloud Nextcloud 是一套个人云存储解决方案,内置了图片相册、日历联系人、文件管理、RSS 阅读等丰富的应用。 ,使用云托管,CynosDB,CFS云资源 |
VuePress 网站应用 快速构建基于 VuePress 的网站应用 ,使用静态托管云资源 |
Nest 应用 快速构建一种渐进式的 Node.js 框架,用于构建高效、可靠、可扩展的服务器端应用 ,使用云函数云资源 |
Egg 应用 快速构建基于 Node.js 和 Koa 的 Egg 企业框架及应用 ,使用云函数云资源 |
Next SSR 应用 快速构建一个简单、智能、静态和服务器混合渲染的应用框架 ,使用云函数, 静态托管云资源 |
Bitwarden Bitwarden 是一款自由且开源的密码管理服务,用户可在加密的保管库中存储敏感信息(例如网站登录凭据)。Bitwarden 平台提供有多种客户端应用程序,包括网页用户界面、桌面应用,浏览器扩展、移动应用以及命令行界面。 ,使用云托管,CFS云资源 |
点击进入应用中心查看更多应用
云开发 CloudBase Framework 支持插件机制,提供了多种应用框架和云资源的插件,只需要很少的配置甚至 0 配置就可以现有应用和云开发 CloudBase Framework 框架进行集成。
查看插件说明
插件可以处理应用中的一些独立单元的构建、部署、开发、调试等流程。例如 website 插件可以处理静态网站等单元,node 插件可以处理 koa 、express 等 node 应用。插件可以组合使用。插件的配置写在 cloudbaserc 文件中,目前仅支持 JSON 文件,后续会支持 YAML。
请参考完整的插件文档
插件的配置可以手动填写,也可以自动生成,目前针对前端框架支持自动识别填写插件。
可以在项目目录下直接运行 cloudbase
命令进行自动检测生成插件配置文件并部署
cloudbase
✔ 是否使用云开发部署当前项目 <Projects/test/test-vue> ? (Y/n) · true
✔ 选择关联环境 · webpage - [webpage:按量计费]
______ __ __ ____
/ ____// /____ __ __ ____/ // __ ) ____ _ _____ ___
/ / / // __ \ / / / // __ // __ |/ __ `// ___// _ \
/ /___ / // /_/ // /_/ // /_/ // /_/ // /_/ /(__ )/ __/
\_________\____/ \__,_/ \__,_//_____/ \__,_//____/ \___/ __
/ ____/_____ ____ _ ____ ___ ___ _ __ ____ _____ / /__
/ /_ / ___// __ `// __ `__ \ / _ \| | /| / // __ \ / ___// //_/
/ __/ / / / /_/ // / / / / // __/| |/ |/ // /_/ // / / ,<
/_/ /_/ \__,_//_/ /_/ /_/ \___/ |__/|__/ \____//_/ /_/|_|
CloudBase Framework info Version v1.2.10
CloudBase Framework info Github: https://github.com/Tencent/cloudbase-framework
CloudBase Framework info EnvId webpage
? 检测到当前项目包含 Vue.js 项目
🔨 构建脚本 `npm run build`
📦 本地静态文件目录 `dist`
是否需要修改默认配置 No
? 请输入应用唯一标识(支持大小写字母数字及连字符, 同一账号下不能相同) test-vue
? 是否需要保存当前项目配置,保存配置之后下次不会再次询问 Yes
CloudBase Framework info 📦 install plugins
插件链接 | 插件 | 最新版本 | 插件介绍 |
---|---|---|---|
@cloudbase/framework-plugin-website | 一键部署网站应用 | ||
@cloudbase/framework-plugin-node | 一键部署 Node 应用(支持底层部署为函数或者 云托管) | ||
@cloudbase/framework-plugin-nuxt | 一键部署 Nuxt SSR 应用 | ||
@cloudbase/framework-plugin-function | 一键部署函数资源 | ||
@cloudbase/framework-plugin-container | 一键部署云托管容器服务 | ||
@cloudbase/framework-plugin-dart | 一键部署 Dart 应用 | ||
@cloudbase/framework-plugin-database | 一键声明式部署云开发 NoSQL 云数据库 | ||
@cloudbase/framework-plugin-deno | 一键部署 Deno 应用 | ||
@cloudbase/framework-plugin-next | 一键部署 Next SSR 应用 | ||
@cloudbase/framework-plugin-mp | 一键部署微信小程序应用 | ||
@cloudbase/framework-plugin-auth | 一键设置登录配置 |
例如一个 Vue 的全栈项目,包含网站前端和云函数
查看 Vue 全栈项目的配置示例
可以在在项目下手动创建一个 cloudbaserc.json
,填写如下配置文件,调用 cloudbase framework deploy
进行部署
或者直接运行 cloudbase
来进行自动检测并部署
{
"envId": "{{env}}",
"framework": {
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"buildCommand": "npm run build",
"outputPath": "dist"
}
},
"server": {
"use": "@cloudbase/framework-plugin-function",
"inputs": {
"functionRootPath": "cloudfunctions",
"functions": [
{
"name": "helloworld",
"config": {
"timeout": 5,
"envVariables": {},
"runtime": "Nodejs10.15",
"memorySize": 128
}
}
]
}
}
}
}
}
更多配置详细参数说明,可以查看配置说明文档,点击查看配置文档
CloudBase Framework 的版本变更日志请参阅 changelog 文件
开源协议文档请参阅 Apache License 2.0
如果在使用、安装过程中有任何问题,或者建议,欢迎加群讨论、反馈问题
- 一键部署!这样搭建一个文档网站真的很简单!
- 云开发 Action,赋予 GitHub 云上超能力
- 实战 | 全栈开发一款团购小程序应用
- 开源一个辅助 B 站 UP 办抽奖活动的工具
- 如何在持续集成(CI)环境中使用 CloudBase Framework
- 实战丨借助云开发 Framework 快速部署 Kodexplorer
- 腾讯 CloudBase ,开启一键部署
- 长文攻略| 快速打造一键部署云开发应用
- 如何将开源容器应用快速打造为云开发应用
- 云开发还可以这么玩系列之二----小手一点,一键部署!
- 如何更快打造云原生应用:CloudBase Framework 云原生一体化实践
- CloudBase FrameWork 如何进行云托管部署
- 云开发外卖优惠券小程序之 CLI 一键部署
- 小程序·云开发地表最强 CI 利器来了
- 基于云开发 CloudBase 搭建在线视频会议应用
- 基于 ThinkJS 的云开发体验
- 如何把 Flutter 云端一体化做到极致?
- 如何用云开发快速搭建实时 Todo List 应用
- 如何用 Cloudbase Framework 部署一个 Vue 项目
- 第一个 Deno 部署工具是如何打造的?
- 云开发推出「前后端一体化部署工具」CloudBase Framework
- 云原生一体化部署工具 CloudBase Framework 开源探索
- 如何更快打造云原生应用:CloudBase Framework 云原生一体化实践
- TLC 大会讲师专访:聊聊云开发 CloudBase 的设计与实践
- 云开应用征集应用评选:他 们 真 的 有 点 极 客
- 3 分钟上线一款应用,我是怎么做到的?
- 向 100 万云开发者“秀肌肉”的机会来了
- 国内首发,这款 Serverless 云原生一体化部署工具正式开源!
- 腾讯云十年新风向:云原生与开源的未来
- 腾讯云首次公布云原生全系产品矩阵,提供国内最完善产品矩阵
- 这个小小小小小变化,你发现了没?
- 【年度回顾】2020,云开发的 20 个重大更新
- 凤凰网:腾讯开源 Serverless 云原生一体化部署工具
- 腾讯科技:国内首发!腾讯云原生一体化部署工具宣布开源
- 腾讯开源:【开源公告】云原生一体化部署工具 CloudBaseFramework 开源啦
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
欢迎大家参与到 CloudBase Framework 的开发工作,贡献一份力量
您可以选择如下的贡献方式:
- 贡献一篇技术文章
- 贡献应用模板
- 提交一个应用案例
- 贡献代码,提交 Pull Request
- 反馈 bug,提交 Issue
- 在技术会议上发表技术演讲
我们会将您加入 我们的贡献者名单
贡献方式请参考 贡献指南 文档
cloudbase-framework's People
Forkers
q788799660 binggg yugasun alightman ronyland whorcare luoguoxiong savokiss livein keepcleargas zemzheng chmo99 skymysky stiekel yiliang114 borgerli colinkyo oteam-sources realybig noonhorse mainjoker famanoder magentaqin ryanfu willser lichengtao1989 qinmudi frankswu u10k nodmark maskcc mydingyan weiplanet liulinboyi simonxu100 yhsunshining zhangyuang bao-cli cn-xufei fe-yjp oe wxcloudbase master-h shenghanqin 1377283509 tienskowl chogathk anguschiang contropist chunyu-zhou winning1120xx ideas-design lsyuan1984 laashub-soa mirageql taoshaoji 1793523411 devops-utils raphon gzzhanghao wu-xuebin-007 pink0101 gitking lyoo xcatliu tabspace chenyueli 500fan imaegoo fanyegong lt5c www19911024 yishengit kkdev163 trustdec henrywendy handsomedoggy shiios oscar810429 dut3062796s jangocheng pengge isgasho limengcanyu hz199 linzengfa zhoulujun008 yym901006 xiaoshen11 cirnosaiko nasawz pandagis lurongze smoonthsky landlordlycat sanyuesiyuewuyue hj3938 novthir-git ankadada beetcbcloudbase-framework's Issues
云托管插件副本个数/规格设置模式化
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
开发者目前需要手动修改最小副本数为0+规格为0.25C0.5G,容易误用默认值按常驻收费,对云托管“低价”缺乏直接感受,也分不清与冷启动之间的关联。
描述您期望的解决方案
Describe the solution you'd like
- 版本配置中增加“副本模式”,即副本个数+规格两个字段组合配置的模板,更贴近高频场景,减少用户操作,更好引导用户降本。
- 一期设置两种模式:低成本,高可用,未来可能还会增加模式
- 仿照“上传方式”,每个服务自动记录最近一个版本(含新建版本和滚动更新)所选用的模式+副本个数+规格,在新建版本时默认继承,但用户仍可再次修改。
- 低成本模式,锁定最小副本数为0,规格默认值为0.25C0.5G,副本最小个数不可修改,要修改需要先切换模式。
- 高可用模式,最小副本数不可以为0,规格默认值为1C1G,要修改最小副本数到0需要先切换模式。
- 版本配置中增加“副本模式”,影响编辑副本个数。
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
请详细描述您希望的备选解决方案。
A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
配置选项完善
配置选项中希望增加备注配置,日志采集配置,与官方控制台配置选项保持一致..
网站插件支持 cloudbaseenv.js 来获取当前环境下的变量
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
目前网站插件会把变量注入到 /cloudbaseenv.json 中,获取比较麻烦,需要发起异步请求
描述您期望的解决方案
Describe the solution you'd like
变量双写 cloudbaseenv.js,获取时直接从全局变量中读取,cloudbaseenv.json 继续保留下来用于保存数据。
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
cli命令下生成cloudbaserc.json的schema延时报错,导致部署失败
cli命令下生成cloudbaserc.json的schema延时报错,主要是schema链接不处于CDN加速状态,导致链接超时进行导致部署失败
{
"envId": "{{envId}}",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"framework": {
"name": "egg-starter",
"plugins": {
"node": {
"use": "@cloudbase/framework-plugin-node",
"inputs": {
"entry": "app.js",
"name": "egg-starter",
"path": "/egg-starter"
}
}
}
}
}
云托管部署时继承现有规格
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
云托管部署时,如果未指定规格,会使用默认规格
但用户可能已经在控制台设置了规格,导致规格被覆盖
描述您期望的解决方案
Describe the solution you'd like
未指定配置且存在同名服务时使用现有配置
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
降低默认值的规格
请详细描述您希望的备选解决方案。
A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
应用本地调试功能
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
新增函数,Node 应用等应用本地调试
- 免填写密钥
- 本地可模拟运行
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
cloudbase login -bash: cloudbase: command not found
cloudbase login
-bash: cloudbase: command not found
nuxt ssr 能不能提供ts模板
我想用typescript来写,但是用nuxt官方创建的ts项目集成不了云开发
🎉 持续征集优秀应用案例
希望各位优秀的开发者和我们一起为社区贡献更多的优秀应用和案例,帮助 CloudBase Frameowrk 社区的发展,让开发者在大家建立的丰富的社区案例和生态的基础上,更好更快地开发应用,真正达成 CloudBase Framework 希望为开发者降本增效的愿景。
如果您希望将基于 CloudBase Framework 开发的应用和案例分享给更多的开发者,欢迎提交 PR 给我们,采纳后的项目将在 CloudBase Framework 的 README 等文档的重要位置展示,并加入 CloudBase Framework 后续的官方推荐中
点击编辑 /community/usercases/index.json 文件,在数组中加入自己的项目信息
{
"name": "项目名称",
"link": "项目线上演示 url(如有)",
"repo": "项目 Github url(如有)",
"logo": "Logo url(如有, 至少 50x50,正方形)"
}
修改完毕提交会自动提交 PR,我们会在 Review 通过后定期进行进行文档的构建和生成。
再次感谢您对 CloudBase Framework 社区的贡献
欢迎大家在项目主页中加入“部署按钮”来让用户一键云端部署您的项目
例如一键部署一个在线会议应用
部署按钮生成文档参见: https://docs.cloudbase.net/framework/deploy-button.html
⭐ 攻略 一 实时大屏应用教程
3 步打造包含小程序和web云开发原生应用
https://docs.cloudbase.net/framework/guide/app.html
⭐ 攻略二 开源个人网盘应用教程
3 步把开源容器应用 Nextcloud 云开发应用
https://docs.cloudbase.net/framework/guide/container-app.html
Framework Function Plugin 不支持配置 公网访问 和 固定出口 IP
云函数本身是支持的,面板也能开启,但云函数文档未见相关配置项说明,希望跟进完善CI部署
eggjs部署
希望增加对eggjs的插件支持!
👏 欢迎大家成为 CloudBase 贡献者
成为贡献者
感谢您有兴趣成为 CloudBase Framework 社区贡献者!
您可以选择如下的贡献方式:
- 贡献一篇技术文章
- 贡献应用模板
- 提交一个应用案例
- 贡献代码,提交 Pull Request
- 反馈 bug,提交 Issue
- 在技术会议上发表技术演讲
我们会将您加入 我们的贡献者名单
💻 Framework 自动检测功能支持更多框架
Is your feature request related to a problem? Please describe.
支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验
这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts
大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等
- Vue
- React
- VuePress
- Nuxt
- Function
- Docker 容器
- Hexo
- Gatsbyjs
- Next
- Egg
- Koa
- Express
- Nest
- Hugo
- GitBook
Describe the solution you'd like
Describe alternatives you've considered
Additional context
docker 镜像部署失败
docker 镜像部署失败
报错如下:
at SamManager. (C:\Users\Juukee\AppData\Roaming\npm\node_modules@cloudbase\cli\node_modules@cloudbase\framework-core\lib\sam\index.js:129:31)
at Generator.next ()
at fulfilled (C:\Users\Juukee\AppData\Roaming\npm\node_modules@cloudbase\cli\node_modules@cloudbase\framework-core\lib\sam\index.js:5:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
×
部署失败,错误信息:[100003]+ docker build -f ./Dockerfile -t ccr.ccs.tencentyun.com/tcb-******-qdkp/fscz-faca0_jumpserver:jumpserver-005-1605629965 ./
Sending build context to Docker daemon 87.48MB
希望在cloudbaserc.json文件中能够增加一项云函数的配置,允许这个函数只在本地允许
这个功能提议是否涉及到某个问题,请详细描述
希望在cloudbaserc.json文件中能够增加一项云函数的配置,允许这个函数只在本地允许。我们项目会写一些操作数据库,例如初始数据,迁移数据之类的帮助用途的云函数。这些云函数我们只会在本地运行。希望能通过设置cloudbaserc.json配置这些函数哪怕在tcb fn deploy --all
的时候也不会被上传到云上。
egg-starter 示例部署后无法访问
问题描述
部署后访问链接返回如下数据:
{
"requestId": "0e6d4281196d94ab9be1af0f0dde452f",
"code": "INVOKE_FUNCTION_FAILED",
"message": "user’s issue failed:kLoadFuncFailed"
}
目前发现 express、koa应用部署后可以直接访问, nest、egg部署后无法访问。
重现步骤
- tcb init
- 选择环境,选择egg框架
- 进入egg-starter目录
- 执行 tcb framework:deploy
- 访问云接入提供的链接
从代码库拉取的版本一直处于更新中
nuxt部署出错,提示页面不存在
页面提示部署成功,但是实际上页面无法访问。
// cloudbaserc.json
{
"functionRoot": "./functions",
"functions": [],
"envId": "fscz-faca0",
"framework": {
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-nuxt",
"inputs": {
"entry": "./",
"name": "fscz-frontend",
"buildCommand": "npm run build",
"outputPath": "dist"
}
}
}
}
}
希望cli提供更多提示,如腾讯云账户、云环境Id、执行的命令
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
当前提示,感觉很容易上传错误吧?
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Vue模板创建的项目web端怎那么获取uid
我使用cloudbase init --template vue 创建了项目,我用的匿名登录,我有点初级,我获取不到uid,只能获取到token。原生的HTML,js我捣鼓了能获取到uid,代码为:app.auth().hasLoginState().user.uid,哪位朋友能帮忙给一段这个vue 模板下怎么获取到uid的代码,万分感谢!
网站部署功能优化
Is your feature request related to a problem? Please describe.
无
Describe the solution you'd like
建议同时提供托管网址和自定义域名网址(如果用户使用了自定义域名)
以及在网站部署后询问是否重新部署云函数,最好是增加一个多选列表,可以全选,或者部分选择,在本地有改动的云函数名称后增加标记
Describe alternatives you've considered
无
Additional context
无
如果目录名称中有点的话会导致无法在本地运行云函数
windows的linux子系统,报错 spawn cmd.exe ENOENT
如何在本地进行调试代码?
目录结构
shutter_server
├─.env.development
├─.env.production
├─.env.staging
├─.eslintignore
├─.eslintrc
├─.gitignore
├─.prettierrc
├─README.md
├─cloudbaserc.json
├─package.json
├─yarn-error.log
├─src
| ├─main.js // 入口文件
| ├─utils
| | └tcb.js
| ├─routes
| | ├─index.js
| | └users.js
| ├─models
| | └.gitkeep
| ├─middleware
| | ├─.gitkeep
| | └error.js
| ├─controllers
| | ├─.gitkeep
| | └index.js
cloudbaserc配置
{
"envId": "{{env.ENV_ID}}",
"version": "2.0",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"framework":{
"name": "shutter_server",
"plugins":{
"node":{
"use": "@cloudbase/framework-plugin-node",
"inputs": {
"entry": "./src/main.js",
"name":"shutter_server",
"path":"/shutter_server"
}
}
},
"db":{
"use":"@cloudbase/framework-plugin-database",
"inputs":{
"collections":[
{
"collectionName": "shutter_posts",
"description": "系统用户数据,存储用户发布的内容",
"aclTag": "ADMINONLY"
},
{
"collectionName": "shutter_users",
"description": "系统用户数据,存储用户信息,包括管理员和运营者的账号信息,包括角色信息,用户,加密存储的密码等",
"aclTag": "ADMINONLY"
},
{
"collectionName": "shutter_albums",
"description": "系统用户数据,存储用户发布的专辑",
"aclTag": "ADMINONLY"
}
]
}
}
}
}
在vscode开启本地调试,提示找不到cloudbaserc配置文件,点击入口文件,找不到调式的菜单。
代码已发布到github上,位置shutter_server
执行cloudbase framework:deploy 报文件大小超出15MB
CloudBase Framework info 📦 install plugins
CloudBase Framework info callHooks 'preDeploy'
CloudBase Framework info 🔧 init: client...
CloudBase Framework info npm install
CloudBase Framework info 🔧 init: server...
CloudBase Framework info 🔨 build: client...
CloudBase Framework info 🔨 build: server...
CloudBase Framework info 🧬 compile: client...
CloudBase Framework info 🧬 compile: server...
Error: /Users/ecool/cloudbase-framework/builds/cloudbase-function-build-1604894248252/next-ssr1604894248254.zip 文件大小超出限制 15 MB
at SamManager. (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:200:23)
at Generator.next ()
at /Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:8:71
at new Promise ()
at __awaiter (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:4:12)
at SamManager.uploadFileViaUrlAndKey (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:190:16)
at SamManager. (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:173:28)
at Generator.next ()
at /Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:8:71
at new Promise ()
at __awaiter (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:4:12)
at Promise.all.filesData.map (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:172:67)
at Array.map ()
at SamManager. (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:172:42)
at Generator.next ()
at fulfilled (/Users/ecool/.nvm/versions/node/v10.15.1/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:5:58)
✖ /Users/ecool/cloudbase-framework/builds/cloudbase-function-build-1604894248252/next-ssr1604894248254.zip 文件大小超出限制 15 MB
rc.json配置如下
{
"$schema": "https://framework-12561loudbaseapp.com/schema/latest.json",
"framework": {
"name": "next-ssr",
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-next",
"inputs": {}
},
"server": {
"use": "@cloudbase/framework-plugin-function",
"inputs": {
"functionRootPath": "cloudfunctions",
"functions": [{
"name": "next-ssr-echo",
"timeout": 5,
"envVariables": {},
"runtime": "Nodejs10.15",
"memory": 128
}],
"servicePaths": {
"next-ssr-echo": "/next-ssr-echo"
}
}
}
}
}
}
framework-plugin-container 参数冲突或者优先级顺序问题
{
"envId": "{{envId}}",
"framework": {
"name": "capp-example",
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-container",
"inputs": {
"serviceName": "node-api",
"servicePath": "/node-api",
"localPath": "./",
"uploadType": "image",
"imageInfo": {
"imageUrl": "ccr.ccs.tencentyun.com/tcb-100010952056-rjdt/webpage_node-api:node-api-001-1597238358"
}
}
}
}
}
}
localPath 不能同时和镜像地址同时配置,否则部署超时报错。
从模板创建后,随便删几个组件,编译就失败。
Bug 描述
Describe the bug
比如汽车预约试驾,创建后编译通过。删除几个组件再撤销删除。
代码编辑器里添加
console.log('---------> LifeCycle onPageReady')
// const scene = decodeURIComponent(query.scene)
// console.log(scene)
// $page.dataset.state.testState = scene
// this.setData({"id47": 213})
// $page.widgets.id60.text='人员ID: ' + scene
// $page.widgets.id60.value='1value'
本地编译就失败。
1.撤销添加的内容。恢复原始版本。也无法通过编译。
2.日志找不到,文件没有创建或者直接被删除了。
请简单清晰地描述您遇到的bug。
A clear and concise description of what the bug is.
---------------- Install npm dependencies: 10909.765ms
CloudBase Framework info low-code build fail: 1
CloudBase Framework error undefined
CloudBase Framework info 部署日志: 'C:\\Users\\wgfab\\cloudbase-framework\\logs\\Wed Jan 13 2021 21:53:43 GMT+0800 (GMT+08:00).log'
[云开发低码] 低码应用构建失败 [ appId:app-xvw, buildId:1610546020424 ]
云应用版本自动构建更新
云应用每次都是手工更新版本,对于自动化集成项目来说缺少功能,希望可以通过增加检测仓库代码提交或者镜像仓库push版本
希望nuxt/auth库,支持TCB provider
请对您遇到问题进行清楚、简洁的描述,比如我遇到一个问题,当我...
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
我想使用nuxt/auth集成tcb的邮箱登录,但不知道如何下手,期待有官方的demo或者provider
描述您期望的解决方案
Describe the solution you'd like
官方提供provider,支持tcb的各种登录方式。
参考auto0
https://auth.nuxtjs.org/providers/auth0
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
出一个tcb集成nuxt/auth的demo也行
云开发日志无法保存配置
提供通用的登录UI,降低门槛,类似于auth0
如果您也有类似的需求,可以这个 issue 下面点赞 👍
也欢迎大家在评论里面详细描述下自己的使用场景和需求
————
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
tcb现在支持的邮箱登录,账户密码登录,微信登录已经可以满足日常需求,但是使用起来还是有门槛。
希望官方支持出一个包含UI的库,类似于auto0,自带注册,登录界面,开箱即用。
可以参考这个demo:
https://auth0.nuxtjs.org/
设置代理边界条件未处理
Describe the bug
配置了 HTTPS_PROXY 而没有配置 HTTP_PROXY 变量时,CLI 无法正常访问网络
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
FetchError: request to https://undefined/cloudbaseenv.json failed, reason: getaddrinfo ENOTFOUND undefined
Describe the bug
静态托管未开通的情况下,如果使用了 website 插件,并且设置了环境变量,在部署时报上述的错误
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
SAM 描述规范
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
目前整理到的不规范的点:
- 资源的描述必须写。Resources[DEMO_WEB].Properties.Description= is invalid, tip: required。
- 环境变量的value不能为空。Resources[InitFunction].Properties.Environment.Variables[CMS_OPERATOR_PASS_WORD]= is invalid, tip: gte 1.;
- Path 改为 HttpPath
请对您遇到问题进行清楚、简洁的描述,比如我遇到一个问题,当我...
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
描述您期望的解决方案
Describe the solution you'd like
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
请详细描述您希望的备选解决方案。
A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
可能是我基础有点弱,我还是没get 获取uid的方法
另外看到您给我分享的教程,我看到获取云存储真实url的代码为:
<CloudFile
id="cloud://file-cloud-path"
v-slot="{ url, loading }"
{{ url ? url : 'loading...' }}
这是不是说,在 Vue 中用这个代替 cloud.getTempFileURL()
Framework 日志功能
-
运行时日志
-
BugReport 日志
希望能出一个一键部署laravel应用的插件或模板
我使用docker方式部署失败,而且很麻烦,希望能出一个一键部署laravel应用的功能
Dockerfile文件
FROM centos:7
RUN yum update -y && yum upgrade
RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
RUN yum install zip unzip openssl openssl-devel gcc vim git wget libxml2-devel autoconf make -y
RUN yum install -y php72w php72w-cli php72w-fpm
# PHP 自身 / cli PHP 的命令行接口 / 用于管理 PHP 进程,并提供 FastCGI 接口与 Nginx 交互
RUN yum install -y php72w-mbstring php72w-xml php72w-bcmath && \
yum install -y php72w-gd php72w-mysql php72w-opcache php72w-process php72w-devel
COPY . /var/www
WORKDIR /var/www
CMD ["php", "artisan", "serve", "--host=0.0.0.0" ,"--port=80"]
怎么部署到其他云环境中,如阿里云、unicloud?
这个功能提议是否涉及到某个问题,请详细描述
**Is your feature request related to a problem? Please describe. **
请对您遇到问题进行清楚、简洁的描述,比如我遇到一个问题,当我...
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
描述您期望的解决方案
Describe the solution you'd like
请详细描述您预期的效果
A clear and concise description of what you want to happen.
您认为可以接受的备选解决方案
Describe alternatives you've considered
请详细描述您希望的备选解决方案。
A clear and concise description of any alternative solutions or features you've considered.
其他上下文信息
Additional context
关于这个新功能提议,您可以添加一些上下文信息或者截图信息。
Add any other context or screenshots about the feature request here.
云托管支持下Python吧
云托管支持下Python吧
Flutter SDK 登录认证在windows端无法使用
代码演示:
// 初始化
CloudBaseCore core = CloudBaseCore.init({
'env': 'livewallpaper-0sikk',
// 填写您的移动应用安全来源凭证
// 生成凭证的应用标识必须是 Android 包名或者 iOS BundleID
'appAccess': {
// 凭证
'key': 'flutter',
// 版本
'version': 'xxxxx'
}
});
// 获取登录对象
CloudBaseAuth auth = CloudBaseAuth(core);
CloudBaseAuthState authState = await auth.getAuthState();
// 唤起匿名登录
if (authState == null) {
await auth.signInAnonymously().then((success) {
// 登录成功
print(success);
}).catchError((err) {
// 登录失败
print(err);
});
}
报错:
No implementation found for method getAll on channel plugins.flutter.io/package_info
【cloudbase-node-builder】当 entry 不在根目录时,需要读取 entry 对应的 pacakge.json 的依赖
现状
+ project
- cloudbaserc.json
- package.json
+ subproject
- package.json
- entry.js
- 使用上面这个 subproject 的时候,应该期待使用 subproject/package.json 里面的依赖
- 但是目前直接去拉取 project/package.json
修改
- 先判断有没有最近的 package.json
- 再逐步追溯到上层 pacakge.json
云应用插件错误提示不理想 framework-plugin-container
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
在部署nginx服务器时,nginx.conf的注释方式写错了,正确的为#,但我误写成 // 啦,在部署过程中并没有提醒。后来不得不在本地安装了docker,尝试 docker run 时才发现了问题。
server {
listen *:80;
listen [::]:80;
server_name tcb.xiaoxili.com; // 这里是问题的注释方式
location / {
proxy_pass http://static.xiaoxili.com/;
}
}
正在部署[░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ] 80% 600.2 sError: 部署失败,错误信息:[100001]deploy_fail, 请求RequestId:5d28f7fd-b600-4ac0-9466-8e482a71d4ee
at SamManager.<anonymous> (/Users/hanqin/.nvm/versions/node/v12.16.2/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:93:35)
at Generator.next (<anonymous>)
at fulfilled (/Users/hanqin/.nvm/versions/node/v12.16.2/lib/node_modules/@cloudbase/cli/node_modules/@cloudbase/framework-core/lib/sam/index.js:5:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
✖ 部署失败,错误信息:[100001]deploy_fail, 请求RequestId:5d28f7fd-b600-4ac0-9466-8e482a71d4ee
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
邮箱登陆发件人配置报错
配置邮件发件人时,office365 SSL配置无法完成,提示SSL config error
部署配置文件在老环境部署成功,新建环境,换个env id就部署失败了
部署配置文件在老环境部署成功,新建环境,换个env id就部署失败了
Error: 部署失败,错误信息:[100001]pay Mode[PREPAYMENT] != EnvType[PostPay], 请求RequestId:72d7a44b-3895-4b92-b4a1-478f2d0d1140
静态文件托管上传文件夹时会漏上传几个文件
在使用插件framework-plugin-website 时,如果上传文件夹里面文件过多,有些文件会漏上传。测试为子目录上传文件项目。
{
"envId": "fscz-faca0",
"$schema": "https://framework-1258016615.tcloudbaseapp.com/schema/latest.json",
"version": "2.0",
"functionRoot": "./functions",
"functions": [],
"framework": {
"name": "fscz",
"plugins": {
"client": {
"use": "@cloudbase/framework-plugin-website",
"inputs": {
"entry": "./client",
"outputPath": "./client/dist"
}
}
}
}
}
云应用支持https跳转设置
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
在内容分发网络中域名管理的 Https 设置里面有http跳转设置,可以完成从http强行301跳转到https的效果,但是在云接入中只有绑定域名,并没有强行跳转https的功能
Describe the solution you'd like
A clear and concise description of what you want to happen.
期望有http强行跳转到https的功能。
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
支持切换后台服务地址
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
支持自定义底层后台服务地址,地域等
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Website插件支持注入环境变量
现状
目前 website 插件无法获取到 cloudbaserc.json 里的配置(如 envId
)
Feature request
可以支持类似 webpack 环境变量的用法
如果因为网络等原因部署失败一次,后面就会报:a version is building, please wait for end
Bug 描述
Describe the bug
网络原因(机场不稳定)部署失败,后面再部署,会提示a version is building, please wait for end
重现步骤
To Reproduce
重现 bug 的步骤:
- 执行
yarn deploy:server
- 失败后再次执行
yarn deploy:server
- 提示
a version is building, please wait for end
预期的行为
Expected behavior
前后多次部署行为不会互相影响
截图
Screenshots
如果方便的话,可以提交截图来帮助我们分析您遇到的问题
If applicable, add screenshots to help explain your problem.
错误日志
Debug LOG
[CreateAndDeployCloudBaseProject]
RequestId:***************************
a version is building, please wait for end.
error Command failed with exit code 1.
其他上下文信息
Additional context
Add any other context about the problem here.
TCBSAM 规范定义
尊敬的 cloudbase 团队您好:
首先感谢贵团队开源了代码,让我们有机会能够学习优秀的设计。我在学习 packages/framworke-core 时了解到,最终插件的部署,是通过 SamManager 生成 Sam 文件,并将 Sam 作为参数,在服务端完成最终的部署操作。
通过 default-sam.ts 文件,我们可以了解到目前 TCBSAM 语法版本为 '2020-06-15'。我们应该可以大胆地猜测,目前 cloudbase-framework 的全部云能力,都会定义在 TCBSAM 规范文档中。这份文档对插件的开发者应该具有较大的指导意义。不知道贵团队是否有开源这份规范的计划?
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.