appstore-1panel/apps/logto/1.20.0/data.yml
renovate[bot] b92bbb9c97
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>
2024-09-14 11:27:30 +08:00

70 lines
1.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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