n8n
Docker 应用程序 from tmchow's Repository
概述
n8n (pronounced n-eight-n) helps you to interconnect every app with an API in the world with each other to share and manipulate its data without a single line of code. It is an easy to use, user-friendly and highly customizable service, which uses an intuitive user interface for you to design your unique workflows very fast. Hosted on your server and not based in the cloud, it keeps your sensible data very secure in your own trusted database.
Configuration
Config : Storing n8n config and SQL Lite db for your personal workflows.
Timezone : (Optional) Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
Webhook Tunnel: (Optional) Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
Important: To avoid `permission denied` errors, you must ensure the user id and group id of that appdata folder to user:group of 1000:1000. Run this command in the terminal `chown 1000:1000 /mnt/cache/appdata/n8n`.
Configuration
Config : Storing n8n config and SQL Lite db for your personal workflows.
Timezone : (Optional) Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
Webhook Tunnel: (Optional) Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
Important: To avoid `permission denied` errors, you must ensure the user id and group id of that appdata folder to user:group of 1000:1000. Run this command in the terminal `chown 1000:1000 /mnt/cache/appdata/n8n`.
运行时参数
- 网络用户界面
http://[IP]:[PORT:5678]/- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--restart unless-stopped
模板配置
TimezoneVariable
Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
- 目标
- GENERIC_TIMEZONE
- 默认值
- America/Los_Angeles
- 价值
- America/Los_Angeles
ConfigPathrw
Where to save config and SQL Lite Database which holds your workflows.
- 目标
- /home/node/.n8n
- 默认值
- /mnt/cache/appdata/n8n
- 价值
- /mnt/cache/appdata/n8n
Webhook TunnelVariable
Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
- 目标
- WEBHOOK_URL
- 价值
- http://192.168.1.161:5678/
PortPorttcp
Container Port: 5678
- 目标
- 5678
- 默认值
- 5678
- 价值
- 5678
下载统计数据
205,206,510
下载总数
8,891,957
本月
7,703,510
平均每月
长期下载总量
加载图表...
详细信息
在Unraid 上运行 N8n 。
N8n 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。