Added missed option
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hass n8n",
|
"name": "Hass n8n",
|
||||||
"version": "1.11.1.7",
|
"version": "1.11.1.8",
|
||||||
"slug": "hass-n8n",
|
"slug": "hass-n8n",
|
||||||
"description": "Self host your n8n instance",
|
"description": "Self host your n8n instance",
|
||||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
@@ -28,7 +28,8 @@
|
|||||||
"timezone": "Europe/Kiev",
|
"timezone": "Europe/Kiev",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"certfile": "fullchain_fixed.pem",
|
"certfile": "fullchain_fixed.pem",
|
||||||
"keyfile": "privkey_fixed.pem"
|
"keyfile": "privkey_fixed.pem",
|
||||||
|
"cmd_line_args": ""
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"auth": "bool",
|
"auth": "bool",
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
"timezone": "str",
|
"timezone": "str",
|
||||||
"protocol": "str",
|
"protocol": "str",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str"
|
"keyfile": "str",
|
||||||
|
"cmd_line_args": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user