n8n - 为技术团队提供安全的自动化工作流
n8n - 为技术团队提供安全的自动化工作流
n8n-io/n8n: Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
安装使用
使用 npx 立即体验 n8n (需要 Node.js):
npx n8n
使用 Docker 部署:
docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
FreeBSD系统下实践
直接创建一个目录n8n,然后在目录执行npx n8n
mkdir n8n
cd n8n/
npx n8n
启动后提示
[license SDK] Skipping renewal on init because renewal is not due yet or cert is not initialized
OIDC login is disabled.
Version: 1.102.4Editor is now accessible via:
http://localhost:5678Press "o" to open in Browser.
打开浏览器http://localhost:5678/ 显示登录页面
创建账户,然后开始配置:
获取一个key
按照提示获取key,会通过eamil发过来。
到这里去配置:http://localhost:5678/settings/usage
激活key
开始使用
创建一个工作流
就先到这里吧。
调试
n8n激活失败
Activation key is in the wrong format
Activation key is in the wrong format
不知道咋回事,反正用localsend发送的不行,自己手输,第一遍没过,第二遍才过。