forked from getumbrel/umbrel-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
umbrel-app.yml
86 lines (54 loc) · 2.63 KB
/
umbrel-app.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.4.0"
releaseNotes: >-
Bug Fixes
- core: Add recoveryInProgress flag file
- core: Fix continueOnFail for expression error in Set
- core: Fix import:workflow command
- core: Replace throw with warning when deactivating a non-active workflow
- core: Set up OAuth2 cred test
- editor: Do not flag dynamic load options issue on expression
- editor: Ensure community node install button tracks user agreement
- editor: Fix parsing for single quoted resolvables
- editor: Fix Remove all fields not removing values in resource mapper
- editor: Prevent Code node linter from erroring on null parse
- Google Sheets Node: Fix short sheet name interpreted as range
- Google Sheets Trigger Node: Support sheet names with non-latin characters
- GraphQL Node: Improve error handling
- Mautic Node: Fix issue with owner not being set correctly
- Salesforce Node: Fix Account update owner operation
- Shopify Node: Fix pagination when using options
- Webhook Node: Backward compatible form-data parsing for non-array fields
Features
- core: Add a warning to error workflows that cannot be started due to permission or settings (#6961) (67b88f7)
- core: Add support for ready hooks, and credentials overwrite endpoint in workers (#6954) (8f8a1de)
- editor: Show banner for non-production licenses (#6943) (413570c)
- Remove PostHog event calls (#6915) (270946a)
- Send Email Node: Add support for sending text and html email simultaneously (#6978) (3860d41)
Full details for changes made since version 1.4.0 can be found at https://github.com/n8n-io/n8n/releases/tag/n8n%401.4.0
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