You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+17-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
-
Apache License
1
+
Apache License
2
2
Version 2.0, January 2004
3
3
http://www.apache.org/licenses/
4
4
5
+
Flowise is governed by the Apache License 2.0, with additional terms and conditions outlined below:
6
+
7
+
Flowise can be used for commercial purposes for "backend-as-a-service" for your applications or as a development platform for enterprises. However, under specific conditions, you must reach out to the project's administrators to secure a commercial license:
8
+
9
+
a. Multi-tenant SaaS service: Unless you have explicit written authorization from Flowise, you may not utilize the Flowise source code to operate a multi-tenant SaaS service that closely resembles the Flowise cloud-based services.
10
+
b. Logo and copyright information: While using Flowise in commercial application, you are prohibited from removing or altering the LOGO or copyright information displayed in the Flowise console and UI.
11
+
12
+
For inquiries regarding licensing matters, please contact [email protected] via email.
13
+
14
+
Contributors are required to consent to the following terms related to their contributed code:
15
+
16
+
a. The project maintainers have the authority to modify the open-source agreement to be more stringent or lenient.
17
+
b. Contributed code can be used for commercial purposes, including Flowise's cloud-based services.
18
+
19
+
All other rights and restrictions are in accordance with the Apache License 2.0.
20
+
5
21
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
Copy file name to clipboardExpand all lines: packages/components/credentials/ElectricsearchUserPassword.credential.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ class ElasticSearchUserPassword implements INodeCredential {
11
11
this.label='ElasticSearch User Password'
12
12
this.name='elasticSearchUserPassword'
13
13
this.version=1.0
14
-
this.description=
15
-
'Refer to <a target="_blank" href="https://www.elastic.co/guide/en/kibana/current/tutorial-secure-access-to-kibana.html">official guide</a> on how to get User Password from ElasticSearch'
14
+
this.description=`Use Cloud ID field to enter your Elastic Cloud ID or the URL of the Elastic server instance.
15
+
Refer to <a target="_blank" href="https://www.elastic.co/guide/en/elasticsearch/reference/current/setting-up-authentication.html">official guide</a> on how to get User Password from ElasticSearch.`
0 commit comments