diff --git a/apps/searxng/1.0.0/data.yml b/apps/searxng/1.0.0/data.yml new file mode 100644 index 0000000..9ce472e --- /dev/null +++ b/apps/searxng/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 diff --git a/apps/searxng/1.0.0/docker-compose.yml b/apps/searxng/1.0.0/docker-compose.yml new file mode 100644 index 0000000..62d557d --- /dev/null +++ b/apps/searxng/1.0.0/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/apps/searxng/README.md b/apps/searxng/README.md new file mode 100644 index 0000000..464e053 --- /dev/null +++ b/apps/searxng/README.md @@ -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的主要功能和优势。 diff --git a/apps/searxng/data.yml b/apps/searxng/data.yml new file mode 100644 index 0000000..87e2fda --- /dev/null +++ b/apps/searxng/data.yml @@ -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/ \ No newline at end of file diff --git a/apps/searxng/logo.png b/apps/searxng/logo.png new file mode 100755 index 0000000..af696fa Binary files /dev/null and b/apps/searxng/logo.png differ