diff options
| author | Kasra Bigdeli <[email protected]> | 2020-09-15 08:21:56 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-15 08:21:56 -0400 |
| commit | 742f06762c2f61215fbdd65e8ef156311be90e5a (patch) | |
| tree | 8e6f6c99d6bfc5dc8bcbb5fec9efbe3a4a39c839 | |
| parent | dc6268232105eab89cacfbafd3cb36cea647c3ce (diff) | |
| download | caprover-one-click-apps-742f06762c2f61215fbdd65e8ef156311be90e5a.tar.gz caprover-one-click-apps-742f06762c2f61215fbdd65e8ef156311be90e5a.zip | |
Update n8n-io.yml
| -rw-r--r-- | public/v4/apps/n8n-io.yml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/public/v4/apps/n8n-io.yml b/public/v4/apps/n8n-io.yml index 2f6c107..73fb62f 100644 --- a/public/v4/apps/n8n-io.yml +++ b/public/v4/apps/n8n-io.yml @@ -76,22 +76,15 @@ caproverOneClickApp: start: >- n8n is a free and open node based Workflow Automation Tool. - The process will deploy a database and the App. - - The process will take about a minute for the process to finish. + The process will deploy a database and the App. It will take about a minute for the process to finish. end: >- n8n is deployed and available as $$cap_appname. + + IMPORTANT!! You need to follow these post-installation steps + + First, please change your nginx config according to this issue https://github.com/caprover/one-click-apps/issues/265 - - Please activate Websocket Support in the app then wait few seconds before use it. - - - Important information, it will not work without websocket support nor with https enabled. - - Please do not activate https nor basic auth (it is setted by the docker and use the caprover one would make your webhook failed). - - - See https://github.com/n8n-io/n8n/issues/593 for more details. + Also, make sure you do not activate basic auth manually. displayName: n8n.io isOfficial: true description: n8n is a free and open node based Workflow Automation Tool. |
