add app searxng
This commit is contained in:
parent
b36fadb53a
commit
116c908472
0
xin-dify/data/elasticsearch-data/.gitkeep
Normal file
0
xin-dify/data/elasticsearch-data/.gitkeep
Normal file
0
xin-searxng/data/searxng/.gitkeep
Normal file
0
xin-searxng/data/searxng/.gitkeep
Normal file
14
xin-searxng/docker-compose.yml
Normal file
14
xin-searxng/docker-compose.yml
Normal 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
|
||||||
27
xin-searxng/umbrel-app.yml
Normal file
27
xin-searxng/umbrel-app.yml
Normal 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: ""
|
||||||
Loading…
Reference in New Issue
Block a user