From 039e3cc081ceaf5e8048ae4efe4d7939bb3624ed Mon Sep 17 00:00:00 2001 From: BrightChing Date: Mon, 17 Feb 2025 10:42:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(ragflow):=20=E6=B7=BB=E5=8A=A0=20Searxng?= =?UTF-8?q?=20Web=20=E9=80=9A=E8=AE=AF=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 data.yml 文件中新增 formFields 配置项 - 添加 Searxng Web 通讯端口的环境变量设置 - 配置项包括默认值、编辑权限、标签等信息 --- apps/ragflow/1.0.0/data.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/ragflow/1.0.0/data.yml diff --git a/apps/ragflow/1.0.0/data.yml b/apps/ragflow/1.0.0/data.yml new file mode 100644 index 0000000..9ce472e --- /dev/null +++ b/apps/ragflow/1.0.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 3005 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Searxng Web Port + labelZh: Searxng Web 通讯端口 + required: true + rule: paramPort + type: number \ No newline at end of file