app-store/apps/searxng/config.json
2022-09-13 09:06:44 -04:00

26 lines
714 B
JSON

{
"$schema": "../schema.json",
"name": "SearXNG",
"available": true,
"exposable": true,
"port": 8107,
"id": "searxng",
"tipi_version": 1,
"version": "latest",
"categories": ["social"],
"description": "SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.",
"short_desc": "Privacy-respecting, hackable metasearch engine",
"author": "searxng",
"source": "https://github.com/searxng/searxng",
"form_fields": [
{
"type": "random",
"label": "SearXNG Secret Key",
"max": 50,
"min": 3,
"required": true,
"env_variable": "SEARXNG_SECRET_KEY"
}
]
}