Update Apps
This commit is contained in:
57
apps/joplin/latest/data.yml
Normal file
57
apps/joplin/latest/data.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40082
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_HOST
|
||||
key: postgresql
|
||||
labelEn: Postgres database Service
|
||||
labelZh: Postgres数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: "5432"
|
||||
edit: true
|
||||
envKey: POSTGRES_PORT
|
||||
labelEn: Postgres database Service Port
|
||||
labelZh: Postgres数据库服务端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: joplin
|
||||
edit: true
|
||||
envKey: POSTGRES_DB
|
||||
labelEn: Postgres database Name
|
||||
labelZh: Postgres数据库名
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_USER
|
||||
labelEn: Postgres database User Name
|
||||
labelZh: Postgres数据库用户名
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: POSTGRES_PWD
|
||||
labelEn: Postgres database User Password
|
||||
labelZh: Postgres数据库密码
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: password
|
||||
- default: http://localhost:40082
|
||||
edit: true
|
||||
envKey: JOPLIN_EXTERNAL_URL
|
||||
labelEn: External URL
|
||||
labelZh: 外部访问地址
|
||||
required: true
|
||||
type: text
|
||||
Reference in New Issue
Block a user