app-store/apps/searxng/config.json

26 lines
714 B
JSON
Raw Normal View History

2022-09-09 13:01:05 +00:00
{
"$schema": "../schema.json",
"name": "SearXNG",
"available": true,
2022-09-09 20:04:49 +00:00
"exposable": true,
2022-09-09 13:01:05 +00:00
"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",
2022-09-13 13:06:44 +00:00
"form_fields": [
{
"type": "random",
"label": "SearXNG Secret Key",
"max": 50,
"min": 3,
"required": true,
"env_variable": "SEARXNG_SECRET_KEY"
}
]
2022-09-09 13:01:05 +00:00
}