1
0

chore(deps): update besscroft/picimpact docker tag to v2.9.5 (#3356)

This commit is contained in:
renovate[bot]
2026-01-09 05:38:57 +00:00
committed by GitHub
parent fb80997906
commit d6d2bb68cc
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,75 @@
additionalProperties:
formFields:
- default: 40251
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "secret"
edit: true
envKey: AUTH_SECRET
labelEn: Auth Secret
labelZh: 认证密钥
label:
en: Auth Secret
zh: 认证密钥
random: true
required: true
rule: paramComplexity
type: password
- default: postgresql
envKey: PANEL_DB_TYPE
labelEn: Database Service
labelZh: 数据库服务
label:
en: Database Service
zh: 数据库服务
required: true
type: apps
child:
default: ""
envKey: PANEL_DB_HOST
required: true
type: service
values:
- label: PostgreSQL
value: postgresql
- default: picimpact
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
label:
en: Database
zh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: picimpact
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
label:
en: User
zh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: picimpact
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
label:
en: Password
zh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password