49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "../schema.json",
 | |
|   "name": "Dozzle",
 | |
|   "available": true,
 | |
|   "exposable": true,
 | |
|   "port": 8013,
 | |
|   "id": "dozzle",
 | |
|   "tipi_version": 22,
 | |
|   "version": "6.5.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": [
 | |
|     {
 | |
|       "env_variable": "DOZZLE_USERNAME",
 | |
|       "label": "Username",
 | |
|       "required": true,
 | |
|       "min": 1,
 | |
|       "max": 128,
 | |
|       "type": "text"
 | |
|     },
 | |
|     {
 | |
|       "env_variable": "DOZZLE_PASSWORD_HASH",
 | |
|       "label": "Password Hash (SHA-256)",
 | |
|       "hint": "Tutorial: https://gist.github.com/Hunam6/45ddf6f29e88af2d137efdded899cb25",
 | |
|       "pattern_error": "Invalid hash, make sure to follow this tutorial: https://gist.github.com/Hunam6/45ddf6f29e88af2d137efdded899cb25",
 | |
|       "regex": "^[a-fA-F0-9]{64}$",
 | |
|       "type": "password",
 | |
|       "required": true,
 | |
|       "min": 64,
 | |
|       "max": 64
 | |
|     },
 | |
|     {
 | |
|       "type": "boolean",
 | |
|       "label": "Disable Google Analytics",
 | |
|       "required": false,
 | |
|       "env_variable": "DOZZLE_NO_ANALYTICS"
 | |
|     }
 | |
|   ],
 | |
|   "supported_architectures": [
 | |
|     "arm64",
 | |
|     "amd64"
 | |
|   ]
 | |
| }
 | 
![renovate[bot]](/assets/img/avatar_default.png)