Files
hass-addons/hass-n8n/config.json
T

62 lines
1.4 KiB
JSON

{
"name": "Hass n8n",
"version": "2.1.4",
"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": [
"share:rw",
"ssl:rw"
],
"apparmor": true,
"ports": {
"5678/tcp": 5678
},
"ports_description": {
"5678/tcp": "n8n Web interface"
},
"options": {
"auth": false,
"auth_username": "",
"auth_password": "",
"n8n_host": "n8n.automator.dedyn.io",
"n8n_port": "5678",
"node_env": "production",
"webhook_tunnel_url": "https://n8n.automator.dedyn.io/",
"timezone": "Europe/Kiev",
"protocol": "http",
"certfile": "fullchain_fixed.pem",
"keyfile": "privkey_fixed.pem",
"env_vars_list": [
"WEBHOOK_URL: https://n8n.automator.dedyn.io"
],
"cmd_line_args": "start",
"encryption_key": "",
"user_folder": "/share/n8n"
},
"schema": {
"encryption_key": "str?",
"user_folder": "str?",
"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",
"env_vars_list": [
"match(^[A-Z_0-9]+: .*$)"
],
"cmd_line_args": "str?"
}
}