add feature availability to embed pages

This commit is contained in:
Deborah Barnard
2023-01-19 10:02:27 +00:00
parent 18b3cab757
commit 0f34326e8d
7 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
!!! info "Feature availability"
Embed requires an embed license. For more information about when to use Embed, as well as costs and licensing processes, contact n8n using [this form](https://n8n-community.typeform.com/to/qOBgyWWA){:target=_blank .external-link}.

View File

@@ -1,5 +1,7 @@
# Configuration
--8<-- "_snippets/embed-license.md"
## Authentication
You can secure n8n using Basic Authentication by setting the following environment variables:

View File

@@ -1,5 +1,7 @@
# Deployment
--8<-- "_snippets/embed-license.md"
See the [hosting documentation](https://docs.n8n.io/reference/server-setup.html) for detailed setup options.
## User data

View File

@@ -1,5 +1,7 @@
# Workflow management in Embed
--8<-- "_snippets/embed-license.md"
When managing an embedded n8n deployment, spanning across teams or organizations, you will likely need to run the same (or similar) workflows for multiple users. There are two available options for doing so:
| Solution | Pros | Cons |

View File

@@ -1,5 +1,7 @@
# Prerequisites
--8<-- "_snippets/embed-license.md"
The requirements provided here are an example based on n8n Cloud and are for illustrative purposes only. Your requirements may vary depending on the number of users, workflows, and executions. Contact n8n for more information.
| Component | Sizing | Supported |

View File

@@ -1,5 +1,7 @@
# White labelling
--8<-- "_snippets/embed-license.md"
White labelling n8n means customizing the frontend styling and assets to match your brand identity. The process involves changing two packages in n8n's source code [github.com/n8n-io/n8n](https://github.com/n8n-io/n8n){:target=_blank .external-link}:
* [packages/design-system](https://github.com/n8n-io/n8n/tree/master/packages/design-system){:target=_blank .external-link}: n8n's [storybook](https://storybook.js.org/){:target=_blank .external-link} design system with CSS styles and Vue.js components

View File

@@ -1,5 +1,7 @@
# Workflow templates
--8<-- "_snippets/embed-license.md"
n8n provides a library of workflow templates. When embedding n8n, you can:
* Continue to use n8n's workflow templates library (this is the default behavior)
@@ -27,4 +29,4 @@ The endpoints are:
| GET | /templates/categories |
| GET | /health |
To learn about the data structure, try out the endpoints. You can also [contact us](mailto:support@n8n.io) for more support.
To learn about the data structure, try out the endpoints. You can also [contact us](mailto:support@n8n.io) for more support.