Skip to content

Commit

Permalink
Small tweaks to updated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
freakwriter committed Jul 1, 2024
1 parent 2761330 commit 2f9f4d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _snippets/integrations/builtin/core-nodes/code-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The Code node supports:

### External libraries

If you self-host n8n, you can import and use built-in and external npm modules in the Code node. To learn how to enable external modules, refer to the [Configuration Environment Variables](/hosting/configuration/environment-variables/) guide.
If you self-host n8n, you can import and use built-in and external npm modules in the Code node. To learn how to enable external modules, refer to the [Enable modules in Code node](/hosting/configuration/configuration-examples/modules-in-code-node/) guide.

If you use n8n Cloud, you can't import external npm modules. n8n makes two modules available for you:

Expand Down
2 changes: 1 addition & 1 deletion docs/hosting/installation/server-setups/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The `postgres-deployment.yaml` manifest then uses the values from this manifest

### Create a volume for file storage

While not essential for running n8n, using persistent volumes helps maintain files uploaded while using n8n and if you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/) between restarts, which saves a file containing the key into file storage during startup.
While not essential for running n8n, using persistent volumes helps maintain files uploaded while using n8n and if you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/deployment/) between restarts, which saves a file containing the key into file storage during startup.

The `n8n-claim0-persistentvolumeclaim.yaml` manifest creates this, and the n8n Deployment mounts that claim in the `volumes` section of the `n8n-deployment.yaml` manifest.

Expand Down
2 changes: 1 addition & 1 deletion docs/hosting/installation/server-setups/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The `postgres-deployment.yaml` manifest then uses the values from this manifest
While not essential for running n8n, using persistent volumes is required for:

* Using nodes that interact with files, such as the binary data node.
* If you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/) between restarts. This saves a file containing the key into file storage during startup.
* If you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/deployment/) between restarts. This saves a file containing the key into file storage during startup.

The `n8n-claim0-persistentvolumeclaim.yaml` manifest creates this, and the n8n Deployment mounts that claim in the `volumes` section of the `n8n-deployment.yaml` manifest.

Expand Down
2 changes: 1 addition & 1 deletion docs/hosting/installation/server-setups/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The `postgres-deployment.yaml` manifest then uses the values from this manifest
While not essential for running n8n, using persistent volumes is required for:

* Using nodes that interact with files, such as the binary data node.
* If you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/) between restarts. This saves a file containing the key into file storage during startup.
* If you want to persist [manual n8n encryption keys](/hosting/configuration/environment-variables/deployment/) between restarts. This saves a file containing the key into file storage during startup.

The `n8n-claim0-persistentvolumeclaim.yaml` manifest creates this, and the n8n Deployment mounts that claim in the `volumes` section of the `n8n-deployment.yaml` manifest.

Expand Down
2 changes: 1 addition & 1 deletion docs/hosting/installation/server-setups/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Heroku pre-fills the configuration options defined in the `env` section of the `

You can change any of these values to suit your needs. You must change the following values:

- **N8N_ENCRYPTION_KEY**, which n8n uses to [encrypt user account details](/hosting/configuration/environment-variables/) before saving to the database.
- **N8N_ENCRYPTION_KEY**, which n8n uses to [encrypt user account details](/hosting/configuration/environment-variables/deployment/) before saving to the database.
- **WEBHOOK_URL** should match the application name you create to ensure that webhooks have the correct URL.

### Deploy n8n
Expand Down

0 comments on commit 2f9f4d7

Please sign in to comment.