n8n
Build with the precision of code or the speed of drag-n-drop. Host with on-prem control or in-the-cloud convenience. n8n gives you more freedom to implement multi-step AI agents and integrate apps than any other tool. [n8n.io]
通过代码的精确性或拖放的速度进行构建。可以选择本地控制或云端便捷进行托管。n8n比其他任何工具都提供更多自由,以实现多步骤的AI代理和应用程序集成。 [n8n.io]
install
mkdir n8n
cd n8n
vim docker-compose.yml
# Copy from https://docs.n8n.io/hosting/installation/server-setups/docker-compose/#5-create-docker-compose-file
services:
traefik:
command:
# If serve port is already used, edit liked
- "--entrypoints.web.address=:8070"
- "--entrypoints.websecure.address=:453"
ports:
- "8070:8070"
- "453:453"
n8n:
images: n8nio/n8n
ports:
- "0.0.0.0:5678:5678"
environment:
- N8N_SECURE_COOKIE=false
sudo docker volume create n8n_data
sudo docker volume create traefik_data
sudo docker compose up -d
resource
later
cache
- Archive Spotify’s discover weekly playlist
- Bulk Automated Google Drive Files Sharing and Direct Download Link Generation
- Create an RSS feed based on a website’s content
- Extract post titles from a blog
- Notion AI Assistant Generator
- Scrape and summarize posts of a news site without RSS feed using AI and save them to a NocoDB
- Backup workflows to GitHub
- Backup your credentials to GitHub
- Save your workflows into a Gitlab repository
- Monitor a file for changes and send an alert
- Turn on a light to a specific color on any update in GitHub repository
annex
