 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>
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "Minio",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8001,
 | |
|   "id": "minio",
 | |
|   "description": "MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads.",
 | |
|   "tipi_version": 1,
 | |
|   "version": "RELEASE.2023-05-04T21-44-30Z",
 | |
|   "categories": ["development"],
 | |
|   "short_desc": "High Performance Object Storage",
 | |
|   "author": "MinIO, Inc",
 | |
|   "source": "https://github.com/minio/minio",
 | |
|   "website": "https://min.io",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "Minio ROOT Username",
 | |
|       "max": 50,
 | |
|       "min": 1,
 | |
|       "required": true,
 | |
|       "env_variable": "MINIO_ROOT_USER"
 | |
|     },
 | |
|     {
 | |
|       "type": "password",
 | |
|       "label": "Minio ROOT Password",
 | |
|       "max": 50,
 | |
|       "min": 8,
 | |
|       "required": true,
 | |
|       "env_variable": "MINIO_ROOT_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "Minio S3 API URL (when exposed)",
 | |
|       "required": false,
 | |
|       "env_variable": "MINIO_API_URL"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 |