40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Fireshare",
 | |
|   "port": 8140,
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "id": "fireshare",
 | |
|   "tipi_version": 1,
 | |
|   "version": "v1.2.8",
 | |
|   "categories": ["development"],
 | |
|   "description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.",
 | |
|   "short_desc": "Self host your media and share with unique links",
 | |
|   "author": "https://github.com/ShaneIsrael",
 | |
|   "source": "https://github.com/ShaneIsrael/fireshare",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "random",
 | |
|       "label": "FIRESHARE_SECRET_KEY",
 | |
|       "min": 32,
 | |
|       "env_variable": "FIRESHARE_SECRET_KEY"
 | |
|     },
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "Fireshare username",
 | |
|       "max": 50,
 | |
|       "min": 3,
 | |
|       "required": true,
 | |
|       "env_variable": "FIRESHARE_USERNAME"
 | |
|     },
 | |
|     {
 | |
|       "type": "password",
 | |
|       "label": "Fireshare password",
 | |
|       "max": 50,
 | |
|       "min": 8,
 | |
|       "required": true,
 | |
|       "env_variable": "FIRESHARE_PASSWORD"
 | |
|     }
 | |
|   ]
 | |
| }
 | 
