User Tools

Site Tools


services:n8n

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:n8n [2026/02/07 10:40] – Consolidated into infrastructure:automation-stack adminservices:n8n [2026/02/08 08:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== n8n ======
 +
 +Workflow Automation Platform.
 +
 +===== Details =====
 +
 +^ Key ^ Value ^
 +| Container | CT 111 |
 +| IP | 10.100.161.111 |
 +| Port | 5678 |
 +| RAM | 1 GB |
 +| URL | https://n8n.home.miskam.xyz |
 +
 +===== Features =====
 +
 +  * Visual Workflow Builder
 +  * 400+ Integrationen
 +  * Webhooks
 +  * Scheduling (Cron)
 +  * Self-hosted (keine Cloud-Limits)
 +
 +===== Datenbank =====
 +
 +  * **Host:** 10.100.161.110 (PostgreSQL)
 +  * **Database:** n8n
 +  * **User:** n8n
 +
 +===== Konfiguration =====
 +
 +<code>
 +/opt/n8n/
 +├── .n8n/              # Data directory
 +└── .env               # Environment variables
 +</code>
 +
 +Wichtige Env-Variablen:
 +<code>
 +N8N_HOST=0.0.0.0
 +N8N_PORT=5678
 +N8N_PROTOCOL=https
 +WEBHOOK_URL=https://n8n.home.miskam.xyz/
 +DB_TYPE=postgresdb
 +DB_POSTGRESDB_HOST=10.100.161.110
 +</code>
 +
 +===== Service =====
 +
 +<code bash>
 +systemctl status n8n
 +journalctl -u n8n -f
 +</code>
 +
 +===== Ansible =====
 +
 +<code bash>
 +ansible-playbook site.yml --limit n8n
 +</code>
 +
 +===== Links =====
 +
 +  * [[https://docs.n8n.io/|n8n Documentation]]
 +  * [[https://n8n.io/workflows|Workflow Templates]]
  
services/n8n.1770460812.txt.gz · Last modified: by admin