24 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "SearXNG",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8127,
 | |
|   "id": "searxng",
 | |
|   "tipi_version": 3,
 | |
|   "version": "2022.11.11-3a765113",
 | |
|   "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",
 | |
|       "min": 32,
 | |
|       "env_variable": "SEARXNG_SECRET_KEY"
 | |
|     }
 | |
|   ]
 | |
| }
 | 
