39 lines
		
	
	
		
			1001 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1001 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Dozzle",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8013,
 | |
|   "id": "dozzle",
 | |
|   "tipi_version": 3,
 | |
|   "version": "5.8.1",
 | |
|   "categories": ["development"],
 | |
|   "description": "Dozzle is a small web based app to monitor Docker logs.",
 | |
|   "short_desc": "Dozzle is a small web based app to monitor Docker logs",
 | |
|   "author": "Amir Raminfar",
 | |
|   "source": "https://github.com/amir20/dozzle",
 | |
|   "form_fields": [
 | |
|     {
 | |
|       "type": "text",
 | |
|       "label": "Username (optional)",
 | |
|       "required": false,
 | |
|       "placeholder": "Username",
 | |
|       "env_variable": "DOZZLE_USERNAME"
 | |
|     },
 | |
|     {
 | |
|       "type": "password",
 | |
|       "label": "Password (optional)",
 | |
|       "placeholder": "Password",
 | |
|       "required": false,
 | |
|       "env_variable": "DOZZLE_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|       "type": "boolean",
 | |
|       "label": "Disable Google Analytics",
 | |
|       "required": false,
 | |
|       "env_variable": "DOZZLE_NO_ANALYTICS"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": ["arm64", "amd64"]
 | |
| }
 | 
