forked from michael.heier/umbrel-apps
60 lines
2.5 KiB
YAML
60 lines
2.5 KiB
YAML
manifestVersion: 1
|
|
id: n8n
|
|
category: Automation
|
|
name: n8n
|
|
version: "0.212.0"
|
|
releaseNotes: >-
|
|
- New features
|
|
- Inline expression editor: You can now quickly write expressions inline in a node parameter
|
|
- Workflow sharing: With workflow sharing, users can invite other users on the same n8n instance to use and edit their workflows
|
|
- Log streaming: Log streaming allows you to send events from n8n to your own logging tools
|
|
- Security audit: You can now run a security audit on your n8n instance, to detect common security issues
|
|
- Typeahead for expressions: When using expressions, n8n will now offer you suggestions as you type
|
|
- Editor: Improve UX for brace completion in the inline expressions editor
|
|
- Editor: pressing = in an empty parameter input switches to expression mode
|
|
|
|
- New nodes
|
|
- Open AI - This release adds an integration with OpenAI
|
|
- Google Sheets trigger: You can now start workflows in response to row changes or new rows in a Google Sheet
|
|
|
|
- Node enhancements
|
|
- Send Email node: add support for a "Reply to" email address
|
|
- Webhook node: when test the node by selecting Listen For Test Event then dispatching a call to the webhook, n8n now only runs the Webhook node
|
|
- Compare Datasets node: add an option for fuzzy compare
|
|
- Google Ads node: update the API version to 11
|
|
- Google Drive Trigger node: start using the resource locator component
|
|
- Item Lists node: This acts similarly to generating pivot tables in Excel, allowing you to aggregate and compare data
|
|
|
|
- Bugfixes
|
|
|
|
- Performance improvements
|
|
|
|
tagline: Build complex workflows, really fast
|
|
description: >-
|
|
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,
|
|
be available to self-host, and allow you to add your own custom functions, logic and apps.
|
|
n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.
|
|
|
|
|
|
n8n (pronounced n-eight-n) helps you to connect any app with an API with any other, and manipulate its data with little or no code.
|
|
|
|
|
|
Customizable: highly flexible workflows and the option to build custom nodes.
|
|
|
|
|
|
Privacy-focused: self-host n8n for privacy and security.
|
|
developer: n8n
|
|
website: https://n8n.io
|
|
dependencies: []
|
|
repo: https://github.com/n8n-io/n8n
|
|
support: https://docs.n8n.io/
|
|
port: 5678
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultUsername: ""
|
|
defaultPassword: ""
|
|
submitter: Pranshu Agrawal
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/283 |