mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 08:27:11 +08:00
feat(open-notebook): 添加Open Notebook应用及相关配置
This commit is contained in:
26
apps/open-notebook/1.2.4/data.yml
Normal file
26
apps/open-notebook/1.2.4/data.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8502"
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
required: true
|
||||
type: number
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
edit: true
|
||||
rule: paramPort
|
||||
- default: "5055"
|
||||
envKey: PANEL_APP_PORT_API
|
||||
required: true
|
||||
type: number
|
||||
labelEn: API Port
|
||||
labelZh: API端口
|
||||
edit: true
|
||||
rule: paramPort
|
||||
- default: "8000"
|
||||
envKey: PANEL_APP_PORT_DB
|
||||
required: true
|
||||
type: number
|
||||
labelEn: Database Port
|
||||
labelZh: 数据库端口
|
||||
edit: true
|
||||
rule: paramPort
|
||||
Reference in New Issue
Block a user