| 
									
										
										
										
											2023-05-09 11:18:27 +00:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "../schema.json", | 
					
						
							|  |  |  |   "name": "Dozzle", | 
					
						
							|  |  |  |   "available": true, | 
					
						
							|  |  |  |   "exposable": true, | 
					
						
							|  |  |  |   "port": 8013, | 
					
						
							|  |  |  |   "id": "dozzle", | 
					
						
							| 
									
										
										
										
											2024-04-27 02:02:33 +00:00
										 |  |  |   "tipi_version": 23, | 
					
						
							|  |  |  |   "version": "6.5.2", | 
					
						
							| 
									
										
										
										
											2024-01-18 10:18:09 +00:00
										 |  |  |   "categories": [ | 
					
						
							|  |  |  |     "development" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2023-05-09 16:01:36 +00:00
										 |  |  |   "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", | 
					
						
							| 
									
										
										
										
											2023-05-09 11:18:27 +00:00
										 |  |  |   "author": "Amir Raminfar", | 
					
						
							|  |  |  |   "source": "https://github.com/amir20/dozzle", | 
					
						
							| 
									
										
										
										
											2023-05-09 18:20:12 +00:00
										 |  |  |   "form_fields": [ | 
					
						
							| 
									
										
										
										
											2024-04-08 12:45:12 +00:00
										 |  |  |     { | 
					
						
							|  |  |  |       "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 | 
					
						
							|  |  |  |     }, | 
					
						
							| 
									
										
										
										
											2023-05-09 18:20:12 +00:00
										 |  |  |     { | 
					
						
							| 
									
										
										
										
											2023-05-09 15:00:34 +00:00
										 |  |  |       "type": "boolean", | 
					
						
							|  |  |  |       "label": "Disable Google Analytics", | 
					
						
							|  |  |  |       "required": false, | 
					
						
							|  |  |  |       "env_variable": "DOZZLE_NO_ANALYTICS" | 
					
						
							| 
									
										
										
										
											2023-05-09 18:20:12 +00:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2023-10-29 19:43:17 +00:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2024-01-18 10:18:09 +00:00
										 |  |  |   "supported_architectures": [ | 
					
						
							|  |  |  |     "arm64", | 
					
						
							|  |  |  |     "amd64" | 
					
						
							|  |  |  |   ] | 
					
						
							| 
									
										
										
										
											2024-04-09 00:53:46 +00:00
										 |  |  | } |