<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[n8n]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.wikimedia.org/wikipedia/commons/5/53/N8n-logo-new.svg" alt="n8n" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://n8n.io/" target="_blank" rel="noopener noreferrer nofollow ugc">n8n</a>?</h3>
<p dir="auto">n8n is an extendable workflow automation tool. With a <a href="https://faircode.io/" target="_blank" rel="noopener noreferrer nofollow ugc">fair-code</a> distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n’s node-based approach makes it highly versatile, enabling you to connect anything to everything.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/n8n-io/n8n/blob/master/LICENSE.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/n8n-io/n8n/blob/master/LICENSE.md</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: "3.7"

services:
  n8n:
    image: docker.n8n.io/n8nio/n8n
    restart: always
    ports:
      - "5678:5678"
    environment:
      - N8N_HOST=n8n.example.com #Host without http/https
      - N8N_PORT=5678
      - N8N_PROTOCOL=https
      - NODE_ENV=production
      - WEBHOOK_URL=https://api.example.com/
      - GENERIC_TIMEZONE=America/Chicago
    volumes:
      - n8n_data:/home/node/.n8n

volumes:
  n8n_data:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/30/n8n</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:20:48 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/30.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2024 16:54:19 GMT</pubDate><ttl>60</ttl></channel></rss>