mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update getmeili/meilisearch docker tag to v1.10.3 (#2267)
* chore(deps): update getmeili/meilisearch docker tag to v1.10.3 * 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
415e505b42
commit
17a9a29b26
@@ -0,0 +1,30 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- envKey: PANEL_APP_PORT_HTTP
|
||||
default: 7700
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
edit: true
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- envKey: MEILI_MASTER_KEY
|
||||
default: HmPEKZhcoANzRt3DTPhRQVRxPEVZw7m2TymKwKhs
|
||||
labelEn: MasterKey
|
||||
labelZh: 主密钥
|
||||
edit: true
|
||||
required: true
|
||||
random: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: "true"
|
||||
envKey: MEILI_NO_ANALYTICS
|
||||
labelEn: Meilisearch's built-in telemetry
|
||||
labelZh: Meilisearch 的内置遥测
|
||||
edit: true
|
||||
type: select
|
||||
values:
|
||||
- label: 开启
|
||||
value: "true"
|
||||
- label: 关闭
|
||||
value: "false"
|
||||
Reference in New Issue
Block a user