n8n
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
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