1234567891011121314151617181920212223242526 |
- name: n8n
- description: n8n is an extendable workflow automation tool.
- annotations:
- title: n8n
- type: application
- version: 1.0.0
- apiVersion: v2
- appVersion: 1.6.1
- kubeVersion: '>=1.16.0-0'
- maintainers:
- - name: truenas
- url: https://www.truenas.com/
- email: dev@ixsystems.com
- dependencies:
- - name: common
- repository: file://../../../common
- version: 1.1.1
- home: https://n8n.io/
- icon: https://avatars.githubusercontent.com/u/45487711
- sources:
- - https://github.com/n8n-io/n8n
- - https://github.com/truenas/charts/tree/master/community/n8n
- - https://hub.docker.com/r/n8nio/n8n
- keywords:
- - workflows
- - automation
|