Install n8n in Incus container using docker image
hardyweb

hardyweb @hardyweb

About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.

Location:
Terengganu, Malaysia
Joined:
Jun 20, 2022

Install n8n in Incus container using docker image

Publish Date: Jun 13
0 1

Setup n8n in self hosting / home server

Launch Image

incus launch docker:n8nio/n8n n8n -c environment.N8N_BASIC_AUTH_ACTIVE=true -c environment.N8N_BASIC_AUTH_USER=admin -c environment.N8N_BASIC_AUTH_PASSWORD=adminpass12345
Enter fullscreen mode Exit fullscreen mode

Set proxy

incus config device add n8n n8nport proxy listen=tcp:0.0.0.0:5678 connect=tcp:127.0.0.1:5678
Enter fullscreen mode Exit fullscreen mode

Comments 1 total

  • Admin
    AdminJun 13, 2025

    If you've published on Dev.to, read this: DEV Contributor rewards now live for Dev.to contributors for our top content creators! Connect your wallet here (wallet connection required). – Admin

Add comment