feat: add app SearXNG

This commit is contained in:
arch3rPro
2025-08-26 08:06:54 +00:00
parent 4372bec061
commit 9699175238
10 changed files with 223 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40032
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: http://localhost:40032
edit: true
envKey: SEARXNG_EXTERNAL_URL
labelEn: External URL
labelZh: 外部访问地址
required: true
type: text