| 1234567891011121314151617181920212223242526272829303132333435 |
- ---
- kind: compose
- metadata:
- name: N8N
- description: >
- N8n is a free and source-available workflow automation tool. It enables you to connect
- various apps and services to automate repetitive tasks without coding.
- With its user-friendly interface, you can create complex workflows by simply dragging
- and dropping nodes that represent different actions and triggers.
- Project: https://n8n.io/
- Documentation: https://docs.n8n.io/
- GitHub: https://github.com/n8n-io/n8n
- version: 1.110.1
- author: Christian Lempa
- date: '2025-09-28'
- tags:
- - automation
- draft: true
- spec:
- ports:
- vars:
- ports_http:
- description: "Host port for HTTP (5678)"
- type: int
- default: 5678
- general:
- vars:
- n8n_version:
- type: str
- description: N8N version
- default: latest
|