All apps · 0 apps
n8n
Docker app from tmchow's Repository
Overview
n8n (pronounced n-eight-n) helps you to interconnect every app with an API in the world with each other to share and manipulate its data without a single line of code. It is an easy to use, user-friendly and highly customizable service, which uses an intuitive user interface for you to design your unique workflows very fast. Hosted on your server and not based in the cloud, it keeps your sensible data very secure in your own trusted database.
Configuration
Config : Storing n8n config and SQL Lite db for your personal workflows.
Timezone : (Optional) Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
Webhook Tunnel: (Optional) Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
Important: To avoid `permission denied` errors, you must ensure the user id and group id of that appdata folder to user:group of 1000:1000. Run this command in the terminal `chown 1000:1000 /mnt/cache/appdata/n8n`.
Configuration
Config : Storing n8n config and SQL Lite db for your personal workflows.
Timezone : (Optional) Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
Webhook Tunnel: (Optional) Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
Important: To avoid `permission denied` errors, you must ensure the user id and group id of that appdata folder to user:group of 1000:1000. Run this command in the terminal `chown 1000:1000 /mnt/cache/appdata/n8n`.
Install N8n on Unraid in a few clicks.
Find N8n in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for N8n Review the template variables and paths Click Install
Categories
Download Statistics
223,952,703
Total Downloads
4,774,252
This Month
8,743,567
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
n8nio/n8nLast Updated2026-06-20
First Seen2020-10-14
Runtime arguments
- Web UI
http://[IP]:[PORT:5678]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
TimezoneVariable
Required for scheduling to know what time zone the workflows should be started. See https://momentjs.com/timezone/ to find your timezone string.
- Target
- GENERIC_TIMEZONE
- Default
- America/Los_Angeles
- Value
- America/Los_Angeles
ConfigPathrw
Where to save config and SQL Lite Database which holds your workflows.
- Target
- /home/node/.n8n
- Default
- /mnt/cache/appdata/n8n
- Value
- /mnt/cache/appdata/n8n
Webhook TunnelVariable
Set the webhook URL manually to correctly display in Editor UI and for it to get registered correctly with external services. Must have trailing slash. (e.g.'http://192.168.1.161:5678/')
- Target
- WEBHOOK_URL
- Value
- http://192.168.1.161:5678/
PortPorttcp
Container Port: 5678
- Target
- 5678
- Default
- 5678
- Value
- 5678