Added encryption_key and user_folder properties
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hass n8n",
|
"name": "Hass n8n",
|
||||||
"version": "1.56.2",
|
"version": "1.56.3",
|
||||||
"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"],
|
||||||
@@ -32,9 +32,13 @@
|
|||||||
"env_vars_list": [
|
"env_vars_list": [
|
||||||
"WEBHOOK_URL: https://n8n.automator.dedyn.io"
|
"WEBHOOK_URL: https://n8n.automator.dedyn.io"
|
||||||
],
|
],
|
||||||
"cmd_line_args": "start"
|
"cmd_line_args": "start",
|
||||||
|
"encryption_key": "",
|
||||||
|
"user_folder": "/share/n8n"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"encryption_key": "str?",
|
||||||
|
"user_folder": "str?",
|
||||||
"auth": "bool",
|
"auth": "bool",
|
||||||
"auth_username": "str?",
|
"auth_username": "str?",
|
||||||
"auth_password": "str?",
|
"auth_password": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user