* 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
		
	
	
		
			665 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			665 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Peppermint",
 | 
						|
  "port": 8176,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "peppermint",
 | 
						|
  "tipi_version": 3,
 | 
						|
  "version": "latest",
 | 
						|
  "categories": [
 | 
						|
    "utilities"
 | 
						|
  ],
 | 
						|
  "description": "An open source ticket management & help desk solution.",
 | 
						|
  "short_desc": "An open source ticket management & help desk solution.",
 | 
						|
  "author": "Peppermint-Lab",
 | 
						|
  "source": "https://github.com/Peppermint-Lab/peppermint",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "Peppermint DB Password",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "PEPPERMINT_DB_PASSWORD"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": ["amd64"]
 | 
						|
}
 |