
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_VERSIONCheck out their Docker page for the valid tags https://hub.docker.com/r/n8nio/n8n/tags
Application | Timezone
Default: UTC
$$cap_N8N_TIMEZONETimezone 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_ENVIRONMENTApplication environment.
Application | Enable Telemetry
Default: false
$$cap_N8N_DIAGNOSTICS_ENABLEDWhether to send telemetry data to n8n.io.
Application | SMTP Host
Default: undefined
$$cap_N8N_SMTP_HOSTSMTP host used for sending mails.
Application | SMTP Port
Default: undefined
$$cap_N8N_SMTP_PORTSMTP port used for sending mails. Usually `465`.
Application | SMTP User
Default: undefined
$$cap_N8N_SMTP_USERSMTP user used for sending mails.
Application | SMTP Password
Default: undefined
$$cap_N8N_SMTP_PASSSMTP user password used for sending mails.
Application | SMTP Sender
Default: undefined
$$cap_N8N_SMTP_SENDERSMTP sender used for sending mails (e.g. `N8N <n8n@example.com>`).
Application | SMTP SSL
Default: true
$$cap_N8N_SMTP_SSLWhether to use SSL for sending mails through SMTP.
Database | Version
Default: 15.0-alpine
$$cap_POSTGRES_VERSIONCheck out their Docker page for the valid tags https://hub.docker.com/_/postgres/tags
Database | Name
Default: n8n
$$cap_POSTGRES_DBName of the PostgreSQL database.
Database | User
Default: n8n
$$cap_POSTGRES_USERUsername for the PostgreSQL database.
Database | Password
Default: $$cap_gen_random_hex(16)
$$cap_POSTGRES_PASSWORDPassword of the PostgreSQL database user.