[[todo]] n8n ist ein kostenloses Tool zur [[Automatisierung]] von Workflows das man selber hosten kann. =====Installation===== ====Docker==== Docker installieren sudo apt update sudo apt install docker.io sudo systemctl enable docker sudo systemctl start docker docker run -it --rm \ -p 5678:5678 \ -e N8N_BASIC_AUTH_ACTIVE=true \ -e N8N_BASIC_AUTH_USER=admin \ -e N8N_BASIC_AUTH_PASSWORD=securepassword \ -e N8N_SECURE_COOKIE=false \ n8nio/n8n http://:5678 =====Links===== * [[https://www.youtube.com/watch?v=GIZzRGYpCbM|n8n Course for Beginners – Build Complex Workflows & Master AI Integration]] * [[https://www.youtube.com/watch?v=UtXzdmpysmU|Build AI Agents with n8n | Complete Beginner’s Automation Course 2025]] * [[https://www.youtube.com/watch?v=sr0Iil2YT6U|ALLE N8N Nodes erklärt]] * [[https://www.youtube.com/watch?v=Eh24sZWGxzA|35 Tips To Build Better Automations in n8n]]