-
Notifications
You must be signed in to change notification settings - Fork 6
Changed to Once you choose the n8n sample, it'll clone the n8n sample for you #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| ## Step 2: Clone the n8n Sample on Defang | ||
|
|
||
| Clone the n8n sample to your directory: | ||
| Create a new directory for your n8n deployment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Create a new directory for your n8n deployment: | |
| Clone the Defang n8n sample for your own deployment: |
| cd n8n | ||
| ``` | ||
|
|
||
| Once you choose the n8n sample, it'll clone the n8n sample for you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Once you choose the n8n sample, it'll clone the n8n sample for you. | |
| Once the n8n sample has been cloned, open it with your favorite IDE. |
| Set to true to enable SSL. Set to false to disable SSL. | ||
|
|
||
| That be stated it recommend that deploy your N8N instance with SSL enable so it would be a managed version of Postgres. | ||
| It is recommended that you deploy your N8N instance with SSL enabled so it would be a managed version of Postgres. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| It is recommended that you deploy your N8N instance with SSL enabled so it would be a managed version of Postgres. | |
| It is recommended that you deploy your n8n instance with SSL enabled so it would be a managed version of Postgres. |
| Set to true to reject unauthorized certificates. Set to false to accept unauthorized certificates. Counterintuitive, but leave this as false to allow managed Postgres to work. | ||
|
|
||
| That be stated it recommend that deploy your N8N instance accept unauthorized certificates it would allow managed version of Postgres to work. Please accept unauthorized certificates by using `defang config set DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false -Paws` | ||
| It is recommended that you deploy your N8N instance to accept unauthorized certificates so it would allow managed version of Postgres to work. Please accept unauthorized certificates by using `defang config set DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false -Paws` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| It is recommended that you deploy your N8N instance to accept unauthorized certificates so it would allow managed version of Postgres to work. Please accept unauthorized certificates by using `defang config set DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false -Paws` | |
| It is recommended that you deploy your n8n instance to accept unauthorized certificates so it would allow managed version of Postgres to work. Please accept unauthorized certificates by using `defang config set DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false -Paws` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor tweaks.
I change N8N -> n8n to be consistent with the case of the naming on the page and on n8n's page (lower case)
No description provided.