CasaOS-Store/Apps/N8n/appfile.json

96 lines
2.3 KiB
JSON
Raw Normal View History

{
"version": "1.0",
2022-09-16 08:23:36 +00:00
"title": "N8n",
"name": "N8n",
2022-09-16 07:10:26 +00:00
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/icon.png",
"tagline": "Workflow automation tool",
"overview": "Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.",
2022-09-16 07:10:26 +00:00
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/thumbnail.png",
"screenshots": [
2022-09-16 07:10:26 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-2.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-3.png"
],
"category": [
"Utilities"
],
"developer": {
"name": "n8n",
"website": "https://n8n.io/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "YoussofKhawaja",
"website": "",
"donate_text": "",
"donate_link": ""
},
"support": "https://community.n8n.io",
"website": "https://n8n.io",
"container": {
"image": "n8nio/n8n:latest",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "5678",
"path": "/"
},
"health_check": "",
"envs":
[
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
}
],
"ports":
[
{
"container": "5678",
"host": "5678",
"type": "tcp",
"allocation": "preferred",
2022-09-16 08:23:36 +00:00
"configurable": "no",
"description": "web port"
}
],
"volumes":
[
{
"container": "/.n8n",
"host": "/DATA/AppData/$AppID/.n8n",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "n8n directory."
}
],
"devices": [],
"constraints": {
"min_memory": 320,
"min_storage": 512
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": {},
"labels": [],
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": true,
"search": false,
"upnp": false
},
"changelog": {
"latest_updates": "",
"url": "https://docs.n8n.io/reference/release-notes/"
},
"latest_update_date": "1660128804"
}