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-19 08:18:11 +00:00
"port" : 8127 ,
2022-09-09 13:01:05 +00:00
"id" : "searxng" ,
2023-08-21 11:06:21 +00:00
"tipi_version" : 5 ,
"version" : "latest" ,
2023-06-18 16:02:29 +00:00
"categories" : [
"social"
] ,
2022-09-09 13:01:05 +00:00
"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" ,
2022-09-19 08:18:11 +00:00
"min" : 32 ,
2022-09-13 13:06:44 +00:00
"env_variable" : "SEARXNG_SECRET_KEY"
}
2023-10-29 19:43:17 +00:00
] ,
"supported_architectures" : [ "arm64" , "amd64" ]
2022-09-09 13:01:05 +00:00
}