diff --git a/apps/modstartcms/7.6.0/data.yml b/apps/modstartcms/7.6.0/data.yml new file mode 100644 index 00000000..d546bcfc --- /dev/null +++ b/apps/modstartcms/7.6.0/data.yml @@ -0,0 +1,11 @@ +additionalProperties: + formFields: + - default: 40080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP WebUI Port + labelZh: HTTP 网页端口 + required: true + rule: paramPort + type: number + diff --git a/apps/modstartcms/7.6.0/docker-compose.yml b/apps/modstartcms/7.6.0/docker-compose.yml new file mode 100644 index 00000000..670a7839 --- /dev/null +++ b/apps/modstartcms/7.6.0/docker-compose.yml @@ -0,0 +1,21 @@ +version: "3" +services: + modstartcms: + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:80" + volumes: + - modstartcms:/server/web + image: modstart/modstartcms:v7.6.0 + labels: + createdBy: "Apps" + +volumes: + modstartcms: + +networks: + 1panel-network: + external: true diff --git a/apps/modstartcms/README.md b/apps/modstartcms/README.md new file mode 100644 index 00000000..97d0539a --- /dev/null +++ b/apps/modstartcms/README.md @@ -0,0 +1,22 @@ +# 数据库初始化 + +- 1、进入数据库菜单 +- 2、新建 modstartcms 数据库(初始化时需要) +- 3、点击连接信息按钮获取数据库连接地址,默认为 `mysql:3306` + +# ModStartCMS + +ModStartCMS 是一款现代化企业内容建站系统,功能完善,模块市场丰富。 + +## 主要功能: + +- 会员模块通用且完整,支持完整的API调用 +- 大文件分片上传,进度条显示,已上传文件管理 +- 强大的模块扩展功能,所有模块可以无缝集成,支持在线安装、卸载模块 +- 完善的开发助手,实现模块、主题的的一键创建 +- 完善的后台权限管理,支持基于RBAC的权限管理系统 +- 后台管理支持使用手机、平板、PC,无论何时何地都可方便管理 +- 第三方登录(QQ、微信、微博、支付宝、微信小程序、微信公众号关注登录) +- 第三方支付支持(微信、支付宝、支付宝当面付、微信扫码、微信小程序、用户余额支付) +- 第三方云存储支持,支持云储存分片上传(阿里云、百度云、华为云、腾讯云、FTP、七牛云、UCloud、又拍云) +- 第三方短信支持(阿里云、腾讯云、华为云、百度云、253云通讯、聚合、七牛云、融云、赛邮、UCloud、云片、网易云) \ No newline at end of file diff --git a/apps/modstartcms/data.yml b/apps/modstartcms/data.yml new file mode 100644 index 00000000..610df3e1 --- /dev/null +++ b/apps/modstartcms/data.yml @@ -0,0 +1,20 @@ +name: ModStartCMS +tags: + - 建站 +title: 开源企业建站系统 +type: 建站 +description: 开源企业建站系统 +additionalProperties: + key: modstartcms + name: ModStartCMS + tags: + - WebSite + shortDescZh: 开源企业建站系统 + shortDescEn: Open Source Corp Website Building System + type: website + crossVersionUpdate: false + limit: 0 + recommend: 0 + website: https://modstart.com + github: https://github.com/modstart/ModStartCMS + document: https://modstart.com/doc diff --git a/apps/modstartcms/logo.png b/apps/modstartcms/logo.png new file mode 100644 index 00000000..62902950 Binary files /dev/null and b/apps/modstartcms/logo.png differ