diff --git a/discuz/3.4/data.yml b/discuz/3.4/data.yml new file mode 100644 index 000000000..29917c6f2 --- /dev/null +++ b/discuz/3.4/data.yml @@ -0,0 +1,19 @@ +additionalProperties: + formFields: + - default: 40023 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: HTTP WebUI Port + labelZh: HTTP 网页端口 + required: true + rule: paramPort + type: number + - default: 40024 + edit: true + envKey: PANEL_APP_PORT_HTTPS + labelEn: HTTPS WebUI Port + labelZh: HTTPS 网页端口 + required: true + rule: paramPort + type: number + diff --git a/discuz/3.4/docker-compose.yml b/discuz/3.4/docker-compose.yml new file mode 100644 index 000000000..a5c612abd --- /dev/null +++ b/discuz/3.4/docker-compose.yml @@ -0,0 +1,22 @@ +version: "3" +services: + discuz: + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - "${PANEL_APP_PORT_HTTP}:80" + - "${PANEL_APP_PORT_HTTPS}:443" + volumes: + - discuz_data:/var/www/html + image: tencentci/discuz:v3.4 + labels: + createdBy: "Apps" + +volumes: + discuz_data: + +networks: + 1panel-network: + external: true diff --git a/discuz/README.md b/discuz/README.md new file mode 100644 index 000000000..19f1ac49a --- /dev/null +++ b/discuz/README.md @@ -0,0 +1,73 @@ +# 使用说明 + +## 1. 持久化问题 + +应用以存储卷方式进行存储数据 + + +## 2. 数据库连接问题 + +需要新建数据库再进行安装 + +本机`MySQL`数据库连接信息,具体查看面板数据库页面来获取,例如 +``` +mysql:3306 +``` + + +# 原始相关 +### **简介** + +Discuz! X 官方 Git (https://gitee.com/Discuz/DiscuzX) ,简体中文 UTF8 版本 + +### **声明** +您可以 Fork 本站代码,但未经许可 **禁止** 在本产品的整体或任何部分基础上以发展任何派生版本、修改版本或第三方版本用于 **重新分发** + +### **DxGit Forker 交流群** +参与本项目 PR 的小伙伴,可以私信 [@zoewho](https://gitee.com/zoewho) 、[@DiscuzX](https://gitee.com/3dming) 并提供 QQ 号码进行审核,在审核通过后加入 DxGit Forker QQ 群与开发者团队共同交流。 + +[点击查看如何提交代码到本项目](https://gitee.com/Discuz/DiscuzX/wikis/%E6%8F%90%E4%BA%A4%E4%BB%A3%E7%A0%81%E5%88%B0%E6%9C%AC%E9%A1%B9%E7%9B%AE?sort_id=3466289) + +### **发布版下载** +[点击下载发布版](https://gitee.com/Discuz/DiscuzX/attach_files) +| +[备用下载地址](https://www.dismall.com/thread-14660-1-1.html) + +### **免费协助安装** + +为方便站长基于 Discuz! X 搭建网站,[Discuz! 应用中心](https://addon.dismall.com/) 为站长提供免费安装 Discuz! X 的服务,详情咨询QQ 1453650 + + +### **安装、升级教程** +使用发布版的用户,查阅安装包中的 readme.html 文件,使用码云原版的用户,查看:[安装教程](https://gitee.com/Discuz/DiscuzX/wikis/%E5%AE%89%E8%A3%85%E6%95%99%E7%A8%8B?sort_id=3466132)、[升级教程](https://gitee.com/Discuz/DiscuzX/wikis/%E5%8D%87%E7%BA%A7%E6%96%B9%E6%B3%95?sort_id=9978) + + +### **相关网站** + +[Discuz! 官方网站](https://www.discuz.vip/) +| +[Discuz! 交流社区](https://www.dismall.com/) +| +[Discuz! 应用中心](https://addon.dismall.com/) +| +[Discuz! 开放平台](https://open.dismall.com/) +| +[Discuz! 开发文档](https://open.dismall.com/?ac=document&page=dev) + +### **感谢 Fans** + +[DiscuzFans](https://gitee.com/sinlody/DiscuzFans) [DiscuzLite](https://gitee.com/3dming/DiscuzL) + +### **每日构建下载** + +Discuz! X提供3.5的每日构建,在有提交的第二天早上,可以下载到简体UTF8、繁体UTF8的打包版本。 + +[点击打开](https://www.discuz.vip/daily/) + +### **友情提示** +- Git 版的 Release 版本号不再更新,但[正式版](https://gitee.com/Discuz/DiscuzX/attach_files)会更新 +- X3.2、X3.3、X3.4 已停更,无重大漏洞的情况下,将不再更新 X3.4 版本。请随时关注更新列表,您可进行手动修补,让自己的站点时刻保持最安全的状态! +- X3.5 已经于 2023 年 5 月 21 日切换为默认分支 + +### 截图 +![系统信息](https://gitee.com/Discuz/DiscuzX/raw/v3.5/readme/screenshot.png "系统信息截图") \ No newline at end of file diff --git a/discuz/data.yml b/discuz/data.yml new file mode 100644 index 000000000..8581a095e --- /dev/null +++ b/discuz/data.yml @@ -0,0 +1,20 @@ +name: Discuz! +tags: + - 建站 +title: 开源社交建站系统 +type: 建站 +description: 开源社交建站系统 +additionalProperties: + key: discuz + name: Discuz! + tags: + - WebSite + shortDescZh: 开源社交建站系统 + shortDescEn: Open Source Social Building System + type: website + crossVersionUpdate: false + limit: 0 + recommend: 0 + website: https://www.discuz.vip/ + github: https://gitee.com/Discuz/DiscuzX + document: https://open.dismall.com/?ac=document&page=dev diff --git a/discuz/logo.png b/discuz/logo.png new file mode 100644 index 000000000..5cbc51275 Binary files /dev/null and b/discuz/logo.png differ