add app searxng

This commit is contained in:
xin 2025-04-16 06:06:39 +00:00
parent b36fadb53a
commit 116c908472
4 changed files with 41 additions and 0 deletions

View File

View File

@ -0,0 +1,14 @@
version: '3.8'
services:
searxng:
image: searxng/searxng
container_name: searxng
ports:
- "28080:8080"
volumes:
- "${APP_DATA_DIR}/data/searxng:/etc/searxng"
environment:
- BASE_URL=http://localhost:28080/
- INSTANCE_NAME=my-instance
restart: on-failure

View File

@ -0,0 +1,27 @@
manifestVersion: 1
id: xin-searxng
name: searxng
tagline: A privacy-respecting, hackable metasearch engine
icon: https://docs.searxng.org/_static/searxng-wordmark.svg
category: Search
version: "1.0.0"
port: 8080
description: >-
SearXNG is a privacy-respecting, hackable metasearch engine that aggregates results from multiple search engines and allows users to customize their search experience.
developer: SearXNG Team
website: https://searxng.org/
submitter: xin
submission: https://github.com/searxng/searxng/issues
repo: https://github.com/searxng/searxng
support: https://github.com/searxng/searxng/issues
gallery:
- https://raw.githubusercontent.com/searxng/searxng/master/client/simple/src/brand/searxng.svg
- https://upload.wikimedia.org/wikipedia/commons/e/eb/SearXNG_Homepage_Screenshot.png
- https://docs.searxng.org/_images/arch_public.svg
releaseNotes: >-
SearXNG v1.0.0 release.
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""