* 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>
		
			
				
	
	
		
			33 lines
		
	
	
		
			792 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			792 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "../schema.json",
 | 
						|
  "name": "Umami",
 | 
						|
  "port": 8147,
 | 
						|
  "available": true,
 | 
						|
  "exposable": true,
 | 
						|
  "id": "umami",
 | 
						|
  "tipi_version": 2,
 | 
						|
  "version": "v1.40.0",
 | 
						|
  "categories": [
 | 
						|
    "utilities"
 | 
						|
  ],
 | 
						|
  "description": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
 | 
						|
  "short_desc": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
 | 
						|
  "author": "umami-software",
 | 
						|
  "source": "https://github.com/umami-software/umami",
 | 
						|
  "form_fields": [
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "DB_PASSWORD",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "DB_PASSWORD"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "random",
 | 
						|
      "label": "HASH_SALT",
 | 
						|
      "min": 32,
 | 
						|
      "env_variable": "HASH_SALT"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "supported_architectures": ["arm64", "amd64"]
 | 
						|
}
 |