mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
e98811cd04
首先新增Firecrawl和Vane两款应用,包含完整的应用配置、docker-compose编排、说明文档以及logo资源;同时修复了lxserver时区配置项中多余的rule参数。
19 lines
488 B
YAML
19 lines
488 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 3000
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Port
|
|
labelZh: Web 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ""
|
|
edit: true
|
|
envKey: SEARXNG_API_URL
|
|
labelEn: SearXNG API URL (Optional, leave empty to use built-in)
|
|
labelZh: SearXNG API 地址(可选,留空则使用内置)
|
|
required: false
|
|
rule: paramExtUrl
|
|
type: text
|