49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "Hass n8n",
|
|
"version": "1.11.1.10",
|
|
"slug": "hass-n8n",
|
|
"description": "Self host your n8n instance",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"icon": "ico.png",
|
|
"logo": "ico.png",
|
|
"webui": "[PROTO:protocol]://[HOST]:[PORT:5678]/",
|
|
"map": ["ssl", "share"],
|
|
"apparmor": true,
|
|
"ports": {
|
|
"5678/tcp": 5678
|
|
},
|
|
"ports_description": {
|
|
"5678/tcp": "n8n Web interface"
|
|
},
|
|
"options": {
|
|
"auth": false,
|
|
"auth_username": "",
|
|
"auth_password": "",
|
|
"n8n_host": "n8n.automator.keenetic.link",
|
|
"n8n_port": "5678",
|
|
"node_env": "production",
|
|
"webhook_tunnel_url": "https://n8n.automator.keenetic.link/",
|
|
"timezone": "Europe/Kiev",
|
|
"protocol": "http",
|
|
"certfile": "fullchain_fixed.pem",
|
|
"keyfile": "privkey_fixed.pem",
|
|
"cmd_line_args": "start"
|
|
},
|
|
"schema": {
|
|
"auth": "bool",
|
|
"auth_username": "str?",
|
|
"auth_password": "str?",
|
|
"n8n_host": "str",
|
|
"n8n_port": "str",
|
|
"node_env": "str",
|
|
"webhook_tunnel_url": "str",
|
|
"timezone": "str",
|
|
"protocol": "str",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"cmd_line_args": "str?"
|
|
}
|
|
}
|