* Added Minio Object Storage * Added missin , in config * removed uneccesary , * Updated server command * Try to fix issue with server command * server command again * Server… * Another try… * dont get ist to run * fixed missing ) * fixed mismatched url scheme * changed version and try to add two traefic routes to expose console and api * workaround for api url * Description changed * Added MinIO to List of available apps to READM * Added MinIO to List of available apps to README.md * Update Config and Metadata --------- Co-authored-by: Sascha Claren <sascha@saschas-macbook-pro.local> Co-authored-by: Sascha Claren <sascha@claren.dev> Co-authored-by: Sascha <sc@dreamdev.de> Co-authored-by: DrMxrcy <drmxrcy@gmail.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1015 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1015 B
		
	
	
	
		
			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"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |