app-store/apps/dozzle/config.json

44 lines
1.2 KiB
JSON

{
"$schema": "../schema.json",
"name": "Dozzle",
"available": true,
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 32,
"version": "7.0.7",
"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"]
}