diff --git a/apps/blossom/1.13.0/.env.sample b/apps/blossom/1.13.0/.env.sample new file mode 100644 index 00000000..c9aaeb8b --- /dev/null +++ b/apps/blossom/1.13.0/.env.sample @@ -0,0 +1,9 @@ +CONTAINER_NAME="blossom" +PANEL_APP_PORT_HTTP="40204" +PANEL_DB_HOST="mysql" +PANEL_DB_HOST_NAME="mysql" +PANEL_DB_NAME="blossom_awi6m4" +PANEL_DB_PORT="3306" +PANEL_DB_TYPE="mysql" +PANEL_DB_USER="blossom_6D65BN" +PANEL_DB_USER_PASSWORD="blossom_6DWZjz" diff --git a/apps/blossom/1.13.0/data.yml b/apps/blossom/1.13.0/data.yml index b5dac6ed..48ba7822 100644 --- a/apps/blossom/1.13.0/data.yml +++ b/apps/blossom/1.13.0/data.yml @@ -1,5 +1,5 @@ additionalProperties: - formFields: + formFields: - child: default: "" envKey: PANEL_DB_HOST @@ -15,34 +15,34 @@ additionalProperties: - label: MySQL value: mysql - default: blossom - envKey: PANEL_DB_NAME - labelEn: Database - labelZh: 数据库名 + envKey: PANEL_DB_NAME + labelEn: Database + labelZh: 数据库名 random: true - required: true + required: true rule: paramCommon type: text - - default: blossom - envKey: PANEL_DB_USER - labelEn: User - labelZh: 数据库用户 - random: true - required: true - rule: paramCommon - type: text - - default: blossom - envKey: PANEL_DB_USER_PASSWORD - labelEn: Password - labelZh: 数据库用户密码 - random: true - required: true - rule: paramComplexity + - default: blossom + envKey: PANEL_DB_USER + labelEn: User + labelZh: 数据库用户 + random: true + required: true + rule: paramCommon + type: text + - default: blossom + envKey: PANEL_DB_USER_PASSWORD + labelEn: Password + labelZh: 数据库用户密码 + random: true + required: true + rule: paramComplexity type: password - - default: 9999 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number #端口使用此 type \ No newline at end of file + - default: 40204 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/blossom/1.13.0/docker-compose.yml b/apps/blossom/1.13.0/docker-compose.yml index e2693738..d066ee2e 100644 --- a/apps/blossom/1.13.0/docker-compose.yml +++ b/apps/blossom/1.13.0/docker-compose.yml @@ -24,4 +24,6 @@ services: timeout: 10s retries: 3 start_period: 5s - restart: always \ No newline at end of file + restart: always + labels: + createdBy: "Apps" diff --git a/apps/blossom/README.md b/apps/blossom/README.md index 6da45472..dd0fbb94 100644 --- a/apps/blossom/README.md +++ b/apps/blossom/README.md @@ -1,3 +1,18 @@ +# 使用说明 + +**管理页面及初始账户密码等通过查看容器日志获取。** + +- 日志样本展示 +``` +blossom | 启动成功 [xxxx-xx-xx xx:xx:xx], 可使用客户端登录, 默认用户名/密码: blos/blos +blossom | 下载地址: https://github.com/blossom-editor/blossom/releases +blossom | 文档地址: https://www.wangyunf.com/blossom-doc/index +blossom | 博客端访问地址: http://IP:端口(域名)/blog/#/home +blossom | 客户端访问地址: http://IP:端口(域名)/editor/#/settingindex +``` + +# 原始相关 +***

diff --git a/apps/blossom/data.yml b/apps/blossom/data.yml index 5e992478..329c4770 100644 --- a/apps/blossom/data.yml +++ b/apps/blossom/data.yml @@ -1,13 +1,20 @@ +name: Blossom +tags: + - 工具 +title: 一个支持私有部署的云端双链笔记软件 +type: 工具 +description: 一个支持私有部署的云端双链笔记软件 additionalProperties: - key: blossom - name: Blossom云端双链笔记 - tags: - - Tool - shortDescZh: Blossom 云端双链笔记 完全开源,私有部署,你的笔记不再宕机。 - shortDescEn: Blossom Cloud-Dual-Chain Storing Notebook, Fully open source, privately deployable, your notes will no longer experience downtime. - type: tool - crossVersionUpdate: True - limit: 0 - website: https://www.wangyunf.com/blossom-doc/index - github: https://github.com/blossom-editor/blossom - document: https://www.wangyunf.com/blossom-doc/index \ No newline at end of file + key: blossom + name: Blossom + tags: + - Tool + shortDescZh: 一个支持私有部署的云端双链笔记软件 + shortDescEn: A note-taking software which support self-hosted and cloud-based dual-chain storing + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://www.wangyunf.com/blossom-doc/ + github: https://github.com/blossom-editor/blossom + document: https://www.wangyunf.com/blossom-doc/ diff --git a/apps/blossom/latest/.env.sample b/apps/blossom/latest/.env.sample new file mode 100644 index 00000000..c9aaeb8b --- /dev/null +++ b/apps/blossom/latest/.env.sample @@ -0,0 +1,9 @@ +CONTAINER_NAME="blossom" +PANEL_APP_PORT_HTTP="40204" +PANEL_DB_HOST="mysql" +PANEL_DB_HOST_NAME="mysql" +PANEL_DB_NAME="blossom_awi6m4" +PANEL_DB_PORT="3306" +PANEL_DB_TYPE="mysql" +PANEL_DB_USER="blossom_6D65BN" +PANEL_DB_USER_PASSWORD="blossom_6DWZjz" diff --git a/apps/blossom/latest/data.yml b/apps/blossom/latest/data.yml index b5dac6ed..48ba7822 100644 --- a/apps/blossom/latest/data.yml +++ b/apps/blossom/latest/data.yml @@ -1,5 +1,5 @@ additionalProperties: - formFields: + formFields: - child: default: "" envKey: PANEL_DB_HOST @@ -15,34 +15,34 @@ additionalProperties: - label: MySQL value: mysql - default: blossom - envKey: PANEL_DB_NAME - labelEn: Database - labelZh: 数据库名 + envKey: PANEL_DB_NAME + labelEn: Database + labelZh: 数据库名 random: true - required: true + required: true rule: paramCommon type: text - - default: blossom - envKey: PANEL_DB_USER - labelEn: User - labelZh: 数据库用户 - random: true - required: true - rule: paramCommon - type: text - - default: blossom - envKey: PANEL_DB_USER_PASSWORD - labelEn: Password - labelZh: 数据库用户密码 - random: true - required: true - rule: paramComplexity + - default: blossom + envKey: PANEL_DB_USER + labelEn: User + labelZh: 数据库用户 + random: true + required: true + rule: paramCommon + type: text + - default: blossom + envKey: PANEL_DB_USER_PASSWORD + labelEn: Password + labelZh: 数据库用户密码 + random: true + required: true + rule: paramComplexity type: password - - default: 9999 - edit: true - envKey: PANEL_APP_PORT_HTTP - labelEn: Port - labelZh: 端口 - required: true - rule: paramPort - type: number #端口使用此 type \ No newline at end of file + - default: 40204 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/blossom/latest/docker-compose.yml b/apps/blossom/latest/docker-compose.yml index c3d5de11..859c0a77 100644 --- a/apps/blossom/latest/docker-compose.yml +++ b/apps/blossom/latest/docker-compose.yml @@ -24,4 +24,6 @@ services: timeout: 10s retries: 3 start_period: 5s - restart: always \ No newline at end of file + restart: always + labels: + createdBy: "Apps" diff --git a/apps/blossom/logo.png b/apps/blossom/logo.png index e0f20842..afe030ef 100644 Binary files a/apps/blossom/logo.png and b/apps/blossom/logo.png differ