mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
feat:修改Blossom #678
This commit is contained in:
parent
316919b3af
commit
b2d35e7212
9
apps/blossom/1.13.0/.env.sample
Normal file
9
apps/blossom/1.13.0/.env.sample
Normal 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"
|
@ -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
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -24,4 +24,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
restart: always
|
||||
restart: always
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
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/
|
||||
|
9
apps/blossom/latest/.env.sample
Normal file
9
apps/blossom/latest/.env.sample
Normal 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"
|
@ -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
|
||||
- default: 40204
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -24,4 +24,6 @@ services:
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
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 |
Loading…
Reference in New Issue
Block a user