Workflow Automation Platform.
| Key | Value |
|---|---|
| Container | CT 111 |
| IP | 10.100.161.111 |
| Port | 5678 |
| RAM | 1 GB |
| URL | https://n8n.home.miskam.xyz |
/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://n8n.home.miskam.xyz/ DB_TYPE=postgresdb DB_POSTGRESDB_HOST=10.100.161.110
systemctl status n8n journalctl -u n8n -f
ansible-playbook site.yml --limit n8n