mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update svhd/logto docker tag to v1.20.0 (#2122)
* chore(deps): update svhd/logto docker tag to v1.20.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
461b6b968c
commit
b92bbb9c97
@@ -0,0 +1,70 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- child:
|
||||
default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
required: true
|
||||
type: service
|
||||
default: postgresql
|
||||
envKey: PANEL_DB_TYPE
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: apps
|
||||
values:
|
||||
- label: PostgreSQL
|
||||
value: postgresql
|
||||
- default: logto
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
labelZh: 数据库名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: logto
|
||||
envKey: PANEL_DB_USER
|
||||
labelEn: User
|
||||
labelZh: 数据库用户
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: logto
|
||||
envKey: PANEL_DB_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 数据库用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3001
|
||||
envKey: PANEL_APP_PORT_HTTP_LOGTO
|
||||
labelEn: Logto Port
|
||||
labelZh: Logto 监听的端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 3002
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Logto Admin Port
|
||||
labelZh: Logto 管理控制台端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: https://logto.domain.com
|
||||
edit: true
|
||||
envKey: LOGTO_ENDPOINT_URL
|
||||
labelEn: Logto Endpoint
|
||||
labelZh: Logto 服务地址(进入网站页面添加反向代理网站,并启用 HTTPS)
|
||||
required: true
|
||||
rule: paramHttp
|
||||
type: text
|
||||
- default: https://admin.domain.com
|
||||
edit: true
|
||||
envKey: LOGTO_ADMIN_ENDPOINT_URL
|
||||
labelEn: Logto Admin Endpoint
|
||||
labelZh: Logto 管理控制台地址(进入网站页面添加反向代理网站,并启用 HTTPS)
|
||||
required: true
|
||||
rule: paramHttp
|
||||
type: text
|
||||
Reference in New Issue
Block a user