Files
hass-addons/hass-n8n/config.json
T
Dmitriy Biloshytskiy 259fc4a179 Increased addon version
2022-03-23 11:24:19 +02:00

47 lines
1.1 KiB
JSON

{
"name": "Hass n8n",
"version": "0.0.5",
"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.ml",
"n8n_port": "5678",
"node_env": "production",
"webhook_tunnel_url": "https://n8n.automator.ml/",
"timezone": "Europe/Kiev",
"protocol": "https",
"certfile": "fullchain_fixed.pem",
"keyfile": "privkey_fixed.pem"
},
"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"
}
}