diff --git a/apps/modstartblog/8.6.0/.env.sample b/apps/modstartblog/8.6.0/.env.sample new file mode 100644 index 00000000..3b1fd5ed --- /dev/null +++ b/apps/modstartblog/8.6.0/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="modstartblog" +PANEL_APP_PORT_HTTP="40180" diff --git a/apps/modstartblog/8.6.0/data.yml b/apps/modstartblog/8.6.0/data.yml new file mode 100644 index 00000000..0f03e248 --- /dev/null +++ b/apps/modstartblog/8.6.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 40180 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP WebUI Port + labelZh: HTTP 网页端口 + required: true + rule: paramPort + type: number diff --git a/apps/modstartblog/8.6.0/docker-compose.yml b/apps/modstartblog/8.6.0/docker-compose.yml new file mode 100644 index 00000000..ccabba2c --- /dev/null +++ b/apps/modstartblog/8.6.0/docker-compose.yml @@ -0,0 +1,18 @@ +version: '3' +services: + modstartblog: + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:80" + volumes: + - ./data:/server/web + image: modstart/modstartblog:v8.6.0 + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/modstartblog/README.md b/apps/modstartblog/README.md new file mode 100644 index 00000000..0a93dbb5 --- /dev/null +++ b/apps/modstartblog/README.md @@ -0,0 +1,28 @@ +# 数据文件夹授权 + +- 1、**必要操作:** 首次安装完成后,进入已安装应用界面,点击跳转数据目录,修改目录下的`data`文件夹为`www-data`用户。 + +命令行修改则类似如下,路径按需修改: +``` +chown -R www-data /opt/1panel/apps/local/modstartblog/modstartblog/data +``` + +- 2、回到已安装应用界面,重建应用。 + +# 数据库初始化 + +- 1、进入数据库菜单 +- 2、新建 modstartblog 数据库(初始化时需要) +- 3、点击连接信息按钮获取数据库连接地址,默认为 `mysql:3306` + +# ModStartBlog + +ModStartBlog 是一款现现代化个人博客系统统,功能完善,模块市场丰富。 + +## 主要功能: + +- 大文件分片上传,进度条显示,已上传文件管理 +- 强大的模块扩展功能,所有模块可以无缝集成,支持在线安装、卸载模块 +- 完善的开发助手,实现模块、主题的的一键创建 +- 完善的后台权限管理,支持基于RBAC的权限管理系统 +- 后台管理支持使用手机、平板、PC,无论何时何地都可方便管理 diff --git a/apps/modstartblog/data.yml b/apps/modstartblog/data.yml new file mode 100644 index 00000000..adc34bcf --- /dev/null +++ b/apps/modstartblog/data.yml @@ -0,0 +1,20 @@ +name: ModStartBlog +tags: + - 建站 +title: 开源企业建站系统 +type: 建站 +description: 开源企业建站系统 +additionalProperties: + key: modstartblog + name: ModStartBlog + tags: + - WebSite + shortDescZh: 开源博客系统 + shortDescEn: Open Source Blog System + type: website + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://modstart.com + github: https://gitee.com/modstart/ModStartBlog + document: https://modstart.com/doc diff --git a/apps/modstartblog/logo.png b/apps/modstartblog/logo.png new file mode 100644 index 00000000..62902950 Binary files /dev/null and b/apps/modstartblog/logo.png differ