feat:修改Blossom #678

This commit is contained in:
okxlin 2024-03-15 01:35:13 +08:00
parent 316919b3af
commit b2d35e7212
9 changed files with 114 additions and 70 deletions

View File

@ -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"

View File

@ -1,5 +1,5 @@
additionalProperties: additionalProperties:
formFields: formFields:
- child: - child:
default: "" default: ""
envKey: PANEL_DB_HOST envKey: PANEL_DB_HOST
@ -15,34 +15,34 @@ additionalProperties:
- label: MySQL - label: MySQL
value: mysql value: mysql
- default: blossom - default: blossom
envKey: PANEL_DB_NAME envKey: PANEL_DB_NAME
labelEn: Database labelEn: Database
labelZh: 数据库名 labelZh: 数据库名
random: true random: true
required: true required: true
rule: paramCommon rule: paramCommon
type: text type: text
- default: blossom - default: blossom
envKey: PANEL_DB_USER envKey: PANEL_DB_USER
labelEn: User labelEn: User
labelZh: 数据库用户 labelZh: 数据库用户
random: true random: true
required: true required: true
rule: paramCommon rule: paramCommon
type: text type: text
- default: blossom - default: blossom
envKey: PANEL_DB_USER_PASSWORD envKey: PANEL_DB_USER_PASSWORD
labelEn: Password labelEn: Password
labelZh: 数据库用户密码 labelZh: 数据库用户密码
random: true random: true
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
- default: 9999 - default: 40204
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
labelZh: 端口 labelZh: 端口
required: true required: true
rule: paramPort rule: paramPort
type: number #端口使用此 type type: number

View File

@ -24,4 +24,6 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 5s start_period: 5s
restart: always restart: always
labels:
createdBy: "Apps"

View File

@ -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
```
# 原始相关
***
<p align="center"> <p align="center">
<img src="https://github.com/blossom-editor/blossom/raw/dev/doc/imgs/blossom_name.png" height="auto"> <img src="https://github.com/blossom-editor/blossom/raw/dev/doc/imgs/blossom_name.png" height="auto">
</p> </p>

View File

@ -1,13 +1,20 @@
name: Blossom
tags:
- 工具
title: 一个支持私有部署的云端双链笔记软件
type: 工具
description: 一个支持私有部署的云端双链笔记软件
additionalProperties: additionalProperties:
key: blossom key: blossom
name: Blossom云端双链笔记 name: Blossom
tags: tags:
- Tool - Tool
shortDescZh: Blossom 云端双链笔记 完全开源,私有部署,你的笔记不再宕机。 shortDescZh: 一个支持私有部署的云端双链笔记软件
shortDescEn: Blossom Cloud-Dual-Chain Storing Notebook, Fully open source, privately deployable, your notes will no longer experience downtime. shortDescEn: A note-taking software which support self-hosted and cloud-based dual-chain storing
type: tool type: tool
crossVersionUpdate: True crossVersionUpdate: true
limit: 0 limit: 0
website: https://www.wangyunf.com/blossom-doc/index recommend: 0
github: https://github.com/blossom-editor/blossom website: https://www.wangyunf.com/blossom-doc/
document: https://www.wangyunf.com/blossom-doc/index github: https://github.com/blossom-editor/blossom
document: https://www.wangyunf.com/blossom-doc/

View File

@ -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"

View File

@ -1,5 +1,5 @@
additionalProperties: additionalProperties:
formFields: formFields:
- child: - child:
default: "" default: ""
envKey: PANEL_DB_HOST envKey: PANEL_DB_HOST
@ -15,34 +15,34 @@ additionalProperties:
- label: MySQL - label: MySQL
value: mysql value: mysql
- default: blossom - default: blossom
envKey: PANEL_DB_NAME envKey: PANEL_DB_NAME
labelEn: Database labelEn: Database
labelZh: 数据库名 labelZh: 数据库名
random: true random: true
required: true required: true
rule: paramCommon rule: paramCommon
type: text type: text
- default: blossom - default: blossom
envKey: PANEL_DB_USER envKey: PANEL_DB_USER
labelEn: User labelEn: User
labelZh: 数据库用户 labelZh: 数据库用户
random: true random: true
required: true required: true
rule: paramCommon rule: paramCommon
type: text type: text
- default: blossom - default: blossom
envKey: PANEL_DB_USER_PASSWORD envKey: PANEL_DB_USER_PASSWORD
labelEn: Password labelEn: Password
labelZh: 数据库用户密码 labelZh: 数据库用户密码
random: true random: true
required: true required: true
rule: paramComplexity rule: paramComplexity
type: password type: password
- default: 9999 - default: 40204
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port
labelZh: 端口 labelZh: 端口
required: true required: true
rule: paramPort rule: paramPort
type: number #端口使用此 type type: number

View File

@ -24,4 +24,6 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 5s start_period: 5s
restart: always restart: always
labels:
createdBy: "Apps"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB