 1cc62c2202
			
		
	
	
		1cc62c2202
		
			
		
	
	
	
	
		
			
			* 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>
		
			
				
	
	
		
			25 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			687 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Hammond",
 | |
|   "port": 8185,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "hammond",
 | |
|   "tipi_version": 3,
 | |
|   "version": "0.0.21",
 | |
|   "categories": ["utilities"],
 | |
|   "description": "Self hosted vehicle and expense management system. Like Clarkson, but better",
 | |
|   "short_desc": "Self hosted vehicle and expense management system. Like Clarkson, but better",
 | |
|   "author": "Akhilrex, alfhou",
 | |
|   "source": "https://github.com/alfhou/hammond",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "TimeZone",
 | |
|       "placeholder": "Europe/Paris",
 | |
|       "env_variable": "HAMMOND_TZ"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 |