chore: fix config formatting
This commit is contained in:
parent
b3911cbb94
commit
2e1ae6b563
|
@ -7,9 +7,7 @@
|
||||||
"id": "dozzle",
|
"id": "dozzle",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": [
|
"categories": ["development"],
|
||||||
"development"
|
|
||||||
],
|
|
||||||
"description": "Dozzle is a small web based app to monitor Docker logs.",
|
"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",
|
"short_desc": "Dozzle is a small web based app to monitor Docker logs",
|
||||||
"author": "Amir Raminfar",
|
"author": "Amir Raminfar",
|
||||||
|
@ -17,13 +15,15 @@
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "(Optional) Username",
|
"label": "Username (optional)",
|
||||||
"required": false,
|
"required": false,
|
||||||
|
"placeholder": "Username",
|
||||||
"env_variable": "DOZZLE_USERNAME"
|
"env_variable": "DOZZLE_USERNAME"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "(Optional) Password",
|
"label": "Password (optional)",
|
||||||
|
"placeholder": "Password",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "DOZZLE_PASSWORD"
|
"env_variable": "DOZZLE_PASSWORD"
|
||||||
},
|
},
|
||||||
|
@ -34,5 +34,4 @@
|
||||||
"env_variable": "DOZZLE_NO_ANALYTICS"
|
"env_variable": "DOZZLE_NO_ANALYTICS"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user