* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			731 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			731 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "SearXNG",
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "port": 8127,
 | 
						|
  "id": "searxng",
 | 
						|
  "tipi_version": 5,
 | 
						|
  "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",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "SEARXNG_SECRET_KEY"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": ["arm64", "amd64"]
 | 
						|
}
 |