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

@ -38,11 +38,11 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
- default: 9999
- default: 40204
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number #端口使用此 type
type: number

View File

@ -25,3 +25,5 @@ services:
retries: 3
start_period: 5s
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">
<img src="https://github.com/blossom-editor/blossom/raw/dev/doc/imgs/blossom_name.png" height="auto">
</p>

View File

@ -1,13 +1,20 @@
name: Blossom
tags:
- 工具
title: 一个支持私有部署的云端双链笔记软件
type: 工具
description: 一个支持私有部署的云端双链笔记软件
additionalProperties:
key: blossom
name: 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.
shortDescZh: 一个支持私有部署的云端双链笔记软件
shortDescEn: A note-taking software which support self-hosted and cloud-based dual-chain storing
type: tool
crossVersionUpdate: True
crossVersionUpdate: true
limit: 0
website: https://www.wangyunf.com/blossom-doc/index
recommend: 0
website: https://www.wangyunf.com/blossom-doc/
github: https://github.com/blossom-editor/blossom
document: https://www.wangyunf.com/blossom-doc/index
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

@ -38,11 +38,11 @@ additionalProperties:
required: true
rule: paramComplexity
type: password
- default: 9999
- default: 40204
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number #端口使用此 type
type: number

View File

@ -25,3 +25,5 @@ services:
retries: 3
start_period: 5s
restart: always
labels:
createdBy: "Apps"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB