Caprover logo
Caprover one-click apps browser
n8n.io logo
n8n.io
Node based workflow automation tool
Official integration
Created - Last update
Related apps

n8n.io (SQLite)

n8n is a free and open node based workflow automation tool. If you want to invite members and enable password resets, you will need to enter SMTP details.

Deployed services
n8n-io-db
postgres:$$cap_POSTGRES_VERSION
  • n8n-io-db:/var/lib/postgresql/data
3
n8n-io
n8nio/n8n:$$cap_N8N_VERSION
  • n8n-io:/home/node/.n8n
  • n8n-io-files:/files
5678
20
Variables

Application | n8n.io

Default: 1.77.0

$$cap_N8N_VERSION
Check out their Docker page for the valid tags https://hub.docker.com/r/n8nio/n8n/tags

Application | Timezone

Default: UTC

$$cap_N8N_TIMEZONE
Timezone used by the server. Please check out this page for valid time zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Application | Environment

Default: production

$$cap_N8N_ENVIRONMENT
Application environment.

Application | Enable Telemetry

Default: false

$$cap_N8N_DIAGNOSTICS_ENABLED
Whether to send telemetry data to n8n.io.

Application | SMTP Host

Default: undefined

$$cap_N8N_SMTP_HOST
SMTP host used for sending mails.

Application | SMTP Port

Default: undefined

$$cap_N8N_SMTP_PORT
SMTP port used for sending mails. Usually `465`.

Application | SMTP User

Default: undefined

$$cap_N8N_SMTP_USER
SMTP user used for sending mails.

Application | SMTP Password

Default: undefined

$$cap_N8N_SMTP_PASS
SMTP user password used for sending mails.

Application | SMTP Sender

Default: undefined

$$cap_N8N_SMTP_SENDER
SMTP sender used for sending mails (e.g. `N8N <n8n@example.com>`).

Application | SMTP SSL

Default: true

$$cap_N8N_SMTP_SSL
Whether to use SSL for sending mails through SMTP.

Database | Version

Default: 15.0-alpine

$$cap_POSTGRES_VERSION
Check out their Docker page for the valid tags https://hub.docker.com/_/postgres/tags

Database | Name

Default: n8n

$$cap_POSTGRES_DB
Name of the PostgreSQL database.

Database | User

Default: n8n

$$cap_POSTGRES_USER
Username for the PostgreSQL database.

Database | Password

Default: $$cap_gen_random_hex(16)

$$cap_POSTGRES_PASSWORD
Password of the PostgreSQL database user.
© 2025, Built with Gatsby - Source code available on GitHub