diff --git a/Apps/N8n/appfile.json b/Apps/N8n/appfile.json new file mode 100644 index 0000000..8178867 --- /dev/null +++ b/Apps/N8n/appfile.json @@ -0,0 +1,95 @@ +{ + "version": "1.0", + "title": "n8n", + "name": "n8n", + "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.", + "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/n8n/thumbnail.png", + "screenshots": [ + "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", + "configurable": "advanced", + "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" +} diff --git a/Apps/N8n/icon.png b/Apps/N8n/icon.png new file mode 100644 index 0000000..6ef9858 Binary files /dev/null and b/Apps/N8n/icon.png differ diff --git a/Apps/N8n/screenshot-1.png b/Apps/N8n/screenshot-1.png new file mode 100644 index 0000000..f321015 Binary files /dev/null and b/Apps/N8n/screenshot-1.png differ diff --git a/Apps/N8n/screenshot-2.png b/Apps/N8n/screenshot-2.png new file mode 100644 index 0000000..12482af Binary files /dev/null and b/Apps/N8n/screenshot-2.png differ diff --git a/Apps/N8n/screenshot-3.png b/Apps/N8n/screenshot-3.png new file mode 100644 index 0000000..9cd39d4 Binary files /dev/null and b/Apps/N8n/screenshot-3.png differ diff --git a/Apps/N8n/thumbnail.png b/Apps/N8n/thumbnail.png new file mode 100644 index 0000000..f069a95 Binary files /dev/null and b/Apps/N8n/thumbnail.png differ