1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-01 11:16:38 +08:00
renovate[bot] 585d34ea2d chore(deps): update getmeili/meilisearch docker tag to v1.15.2 (#4115)
* chore(deps): update getmeili/meilisearch docker tag to v1.15.2

* 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>
2025-06-15 17:00:06 +08:00

57 lines
1.5 KiB
YAML

additionalProperties:
formFields:
- envKey: PANEL_APP_PORT_HTTP
default: 7700
labelEn: Port
labelZh: 端口
label:
en: Port
ja: ポート
ms: Port
pt-br: Porta
ru: Порт
ko: 포트
zh: 端口
zh-Hant:
edit: true
required: true
rule: paramPort
type: number
- envKey: MEILI_MASTER_KEY
default: HmPEKZhcoANzRt3DTPhRQVRxPEVZw7m2TymKwKhs
labelEn: MasterKey
labelZh: 主密钥
label:
en: MasterKey
ja: マスターキー
ms: Kunci Utama
pt-br: Chave Mestra
ru: Главный ключ
ko: 마스터 키
zh: 主密钥
zh-Hant: 主密鑰
edit: true
required: true
random: true
rule: paramComplexity
type: password
- default: "true"
envKey: MEILI_NO_ANALYTICS
labelEn: Meilisearch's built-in telemetry
labelZh: Meilisearch 的内置遥测
label:
en: Meilisearch's built-in telemetry
ja: Meilisearch の組み込みテレメトリ
ms: Telemetri Bawaan Meilisearch
pt-br: Telemetria Interna do Meilisearch
ru: Встроенная телеметрия Meilisearch
ko: Meilisearch의 내장 원격 측정
zh: Meilisearch 的内置遥测
zh-Hant: Meilisearch 的內置遙測
edit: true
type: select
values:
- label: 开启
value: "true"
- label: 关闭
value: "false"