feat(data.yml): 更新应用配置项默认值和必填属性#61
Open
eastgold15 wants to merge 3 commits into
Open
Conversation
新增 MDFriday 0.2.14 版本的完整应用配置,包括: - 添加 data.yml 配置文件,定义应用表单字段和国际化标签 - 添加 docker-compose.yml 文件,配置 hugoverse、caddy 和 couchdb 服务 - 添加初始化脚本 init.sh 处理 CouchDB 权限问题 - 添加中英文 README 文件提供使用说明 - 添加应用主配置文件和 logo 图标
- 将 HTTP 端口默认值从 80 改为 8080
- 移除 HTTPS 端口和域名字段的必填要求
- 将服务器 IP、站点名称、管理员邮箱等字段改为非必填
- 添加域名和 HTTPS 端口配置项到表单字段列表
- 更新 DNSPod 相关配置项标签为可选提示
fix(docker-compose.yml): 调整容器用户权限和端口映射
- 添加用户权限设置 user: "1000:1000"
- 修改端口映射使用环境变量 ${PANEL_APP_PORT_HTTP}
- 移除 HTTPS 端口映射配置
feat(init.sh): 更新初始化脚本权限设置
- 添加 Hugoverse 容器权限设置 (UID 1000)
- 更新注释说明 Hugoverse 权限需求
docs(README.md): 更新产品说明文档内容
- 简化产品功能描述,移除自动 HTTPS 相关说明
- 重构使用说明,分为快速开始、绑定域名、启用 DNSPod 三个部分
- 更新访问方式说明,强调 IP 直接访问模式
Author
|
增加到1panel 的应用的商店,只需要把1panel\appstore\mdfriday 文件复制到1panel官方的appstore文件里面提交pr 通过其他用户就能直接下载。 目前没有域名无法测试是否正常运行,本地使用ip地址+端口 不能运行未知 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(docker-compose.yml): 调整容器用户权限和端口映射
feat(init.sh): 更新初始化脚本权限设置
docs(README.md): 更新产品说明文档内容