Caprover logo
Caprover one-click apps browser
n8n.io (SQLite) logo
n8n.io (SQLite)
Node based workflow automation tool
Created - Last update
Related apps

n8n.io

n8n is an open source workflow automation tool. This version uses the SQLite database (instead of PostgreSQL) so is simpler and uses less resources (but won't horizontally scale). If you want to invite members and enable password resets, you must enter SMTP details.

Deployed services
n8n-io-sqlite
n8nio/n8n:$$cap_N8N_VERSION
  • n8n-io-sqlite:/home/node/.n8n
5678
15
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 (optional)

Default: undefined

$$cap_N8N_SMTP_HOST
SMTP host used for sending mails.

Application | SMTP Port (optional)

Default: undefined

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

Application | SMTP User (optional)

Default: undefined

$$cap_N8N_SMTP_USER
SMTP user used for sending mails.

Application | SMTP Password (optional)

Default: undefined

$$cap_N8N_SMTP_PASS
SMTP user password used for sending mails.

Application | SMTP Sender (optional)

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.
© 2026, Built with Gatsby - Source code available on GitHub