增加 searxng

This commit is contained in:
brightching 2025-02-12 16:37:50 +08:00
parent 4a0d4b20e1
commit 47542cad13
5 changed files with 59 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,10 @@
services:
searxng:
image: searxng/searxng:latest
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:8161"
restart: unless-stopped
networks:
1panel-network:
external: true

20
apps/searxng/README.md Normal file
View File

@ -0,0 +1,20 @@
# 使用说明
## 服务地址
- 访问地址http://IP:8161/activemq
- 用户名admin
- 密码admin
# ActiveMQ
ActiveMQ 是一个流行的开源消息中间件,用于在分布式系统中传递消息。
## ActiveMQ 的关键特性
- **易用:** 提供多种语言的客户端库支持JMS规范易于集成和使用。提供基于Web的管理控制台方便监控和管理消息队列。
- **可靠:** 支持消息持久化,确保消息在系统故障时不会丢失。支持集群部署,实现高可用性和负载均衡。
- **高性能:** 高性能的消息传递系统,支持大规模的消息处理和高吞吐量。
- **多协议支持:** 支持多种消息协议包括OpenWire、AMQP、STOMP、MQTT和JMS等满足不同场景的需求。
- **跨语言:** 提供多种语言的客户端支持包括Java、C、C++、.NET、Ruby、Python等适用于多种开发环境。
- **可扩展:** 支持插件架构,可以通过插件扩展其功能,例如安全插件、持久化插件等。支持虚拟主题和队列,实现消息的广播和分发。
- **服务治理:** 支持消息的优先级、过滤和路由,可以根据业务需求进行灵活的消息处理。
以上介绍提供了ActiveMQ的基本信息包括服务地址、参数调优指南、关键特性和特色帮助用户快速了解ActiveMQ的主要功能和优势。

19
apps/searxng/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: SearXNG
tags:
- 搜索引擎
title: 隐私保护的开源元搜索引擎
description: 一个注重隐私保护的开源元搜索引擎能够聚合多个搜索引擎的结果为用户提供无追踪的搜索体验。它是SearX项目的升级版遵循自由开源许可致力于保护用户隐私和提供更丰富的搜索功能。
additionalProperties:
key: searxng
name: SearXNG
tags:
- SearchEngine
shortDescZh: 隐私保护的开源元搜索引擎
shortDescEn: Privacy-focused open-source meta search engine
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://searxng.org
github: https://github.com/searxng/searxng
document: https://docs.searxng.org/

BIN
apps/searxng/logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB