services:n8n
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| services:n8n [2026/02/06 20:21] – Refactor: Create n8n service page admin | services:n8n [2026/02/08 08:34] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== n8n ====== | ====== n8n ====== | ||
| - | Workflow | + | Workflow |
| - | ===== Access | + | ===== Details |
| - | ^ Item ^ Value ^ | + | ^ Key ^ Value ^ |
| - | | URL | https:// | + | |
| | Container | CT 111 | | | Container | CT 111 | | ||
| - | | IP | 10.100.161.111:5678 | | + | | IP | 10.100.161.111 |
| + | | Port | 5678 | | ||
| + | | RAM | 1 GB | | ||
| + | | URL | https:// | ||
| - | ===== Configuration | + | ===== Features |
| - | * **Database:** PostgreSQL | + | * Visual Workflow Builder |
| - | * **Data Dir:** / | + | |
| + | | ||
| + | | ||
| + | * Self-hosted (keine Cloud-Limits) | ||
| - | ===== Service | + | ===== Datenbank ===== |
| + | |||
| + | * **Host:** 10.100.161.110 (PostgreSQL) | ||
| + | * **Database: | ||
| + | * **User:** n8n | ||
| + | |||
| + | ===== Konfiguration ===== | ||
| + | |||
| + | < | ||
| + | /opt/n8n/ | ||
| + | ├── .n8n/ # Data directory | ||
| + | └── .env # Environment variables | ||
| + | </ | ||
| + | |||
| + | Wichtige Env-Variablen: | ||
| + | < | ||
| + | N8N_HOST=0.0.0.0 | ||
| + | N8N_PORT=5678 | ||
| + | N8N_PROTOCOL=https | ||
| + | WEBHOOK_URL=https:// | ||
| + | DB_TYPE=postgresdb | ||
| + | DB_POSTGRESDB_HOST=10.100.161.110 | ||
| + | </ | ||
| + | |||
| + | ===== Service ===== | ||
| <code bash> | <code bash> | ||
| - | # Status | + | systemctl status n8n |
| - | pct exec 111 -- systemctl status n8n | + | journalctl -u n8n -f |
| + | </ | ||
| - | # Logs | + | ===== Ansible ===== |
| - | pct exec 111 -- journalctl -u n8n -f | + | |
| - | # Restart | + | <code bash> |
| - | pct exec 111 -- systemctl restart | + | ansible-playbook site.yml |
| </ | </ | ||
| - | ===== Related | + | ===== Links ===== |
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| - | * [[services: | ||
| - | * [[infrastructure: | ||
services/n8n.1770409290.txt.gz · Last modified: by admin
