app-store/apps/dozzle/config.json
2023-05-09 11:18:27 +00:00

19 lines
461 B
JSON

{
"$schema": "../schema.json",
"name": "Dozzle",
"available": true,
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 1,
"version": "latest",
"categories": [
"development"
],
"description": "Dozzle is a small web based app to monior Docker logs.",
"short_desc": "Dozzle is a small web based app to monior Docker logs",
"author": "Amir Raminfar",
"source": "https://github.com/amir20/dozzle",
"form_fields": []
}